diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2014-08-08 02:44:36 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2014-08-08 02:44:36 +0200 |
commit | f67877e10216326b2230cd827d15aab0802d826d (patch) | |
tree | 8088f6048a14337c6f76b1f6801aa0dc84454829 /Makefile | |
parent | 2f93a2e442c251d0d9de5e828a66acd40086e28d (diff) |
Fixing Linux build.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ LDFLAGS += -g3 -gdwarf-2 endif INCLUDES = includes libcoro libev LuaJIT/src lcrypt libtommath libtomcrypt/src/headers src/jsoncpp/include -LIBS = z curl +LIBS = z curl cares DEFINES = _LARGEFILE64_SOURCE LITTLE_ENDIAN LTM_DESC LTC_SOURCE USE_LTM ifeq ($(SYSTEM),Darwin) |