mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-09-17 04:42:07 +02:00
Libretro core should use zlib from the system, in linux build.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user