Libretro core should use zlib from the system, in linux build.
authorsergiobenrocha2 <sergiobenrocha2@gmail.com>
Tue, 5 Aug 2014 00:04:36 +0000 (21:04 -0300)
committersergiobenrocha2 <sergiobenrocha2@gmail.com>
Tue, 5 Aug 2014 00:04:36 +0000 (21:04 -0300)
Makefile.libretro

index 6e43abc..640fecf 100644 (file)
@@ -36,6 +36,7 @@ asm_mix = 0
 ifeq ($(platform), unix)
    TARGET := $(TARGET_NAME)_libretro.so
    SHARED := -shared
+   DONT_COMPILE_IN_ZLIB = 1
 else ifeq ($(platform), osx)
    TARGET := $(TARGET_NAME)_libretro.dylib
    SHARED := -dynamiclib