summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------Balau0
-rw-r--r--Makefile2
2 files changed, 1 insertions, 1 deletions
diff --git a/Balau b/Balau
-Subproject f7fa376378cb221347c679aef001b3c04b212c7
+Subproject e4212db6a548b96b9b288eaa450ef1a18d2e250
diff --git a/Makefile b/Makefile
index 5f9a2d2..5e16cc0 100644
--- a/Makefile
+++ b/Makefile
@@ -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