diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-08-09 09:03:37 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-08-09 09:03:37 +0200 |
commit | 84f60bbd5db549b655e12a49ec8557e18c1b8d15 (patch) | |
tree | 470d6ceb3c14ddfb36cc642a5e39a8269c9a7cb0 | |
parent | 8d313455b619168e6a169a6e39cf2fb17f1e1b00 (diff) |
Update for lcrypt
m--------- | Balau | 0 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Balau b/Balau -Subproject f7fa376378cb221347c679aef001b3c04b212c7 +Subproject e4212db6a548b96b9b288eaa450ef1a18d2e250 @@ -17,7 +17,7 @@ ifeq ($(SYSTEM),Darwin) endif ifeq ($(SYSTEM),Linux) - LIBS += pthread dl util + LIBS += pthread dl CONFIG_H = Balau/linux-config.h endif |