diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2014-08-11 09:10:43 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2014-08-11 09:10:43 +0200 |
commit | 9c768d9626c8ce98b2ef5d036e0eb4e096464552 (patch) | |
tree | 9d0f9a5c5de67fba36378b148c43552fb082814a /Makefile | |
parent | 62892ff26a57610644433b07f4b1a2ba9da22778 (diff) |
Keeping Dalos up to date with Balau.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ ifeq ($(SYSTEM),Darwin) endif ifeq ($(SYSTEM),Linux) - LIBS += pthread dl + LIBS += pthread dl curl cares CONFIG_H = Balau/linux-config.h endif |