mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-03-23 12:22:52 +01:00
Add linux-portable target
This commit is contained in:
@@ -37,6 +37,12 @@ ifeq ($(platform), unix)
|
||||
TARGET := $(TARGET_NAME)_libretro.so
|
||||
SHARED := -shared
|
||||
DONT_COMPILE_IN_ZLIB = 1
|
||||
CFLAGS += -DFAMEC_NO_GOTOS
|
||||
else ifeq ($(platform), linux-portable)
|
||||
TARGET := $(TARGET_NAME)_libretro.so
|
||||
SHARED := -shared -nostdlib -L. -lmusl
|
||||
DONT_COMPILE_IN_ZLIB = 1
|
||||
CFLAGS += -DFAMEC_NO_GOTOS
|
||||
else ifeq ($(platform), osx)
|
||||
TARGET := $(TARGET_NAME)_libretro.dylib
|
||||
SHARED := -dynamiclib
|
||||
|
||||
Submodule platform/libpicofe updated: 515ac0b9d2...9fec8a91c9
Reference in New Issue
Block a user