Libretro core should use zlib from the system, in linux build.

This commit is contained in:
sergiobenrocha2
2014-08-04 21:04:36 -03:00
parent 2edc89c4fd
commit 9a883d9533

View 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