Merge pull request #2 from sergiobenrocha2/master

Libretro core should use zlib from the system, in linux build.
This commit is contained in:
Twinaphex 2014-08-05 02:27:31 +02:00
commit d84817550a

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