mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-03-23 12:22:52 +01:00
(linux-portable) No musl
This commit is contained in:
@@ -41,7 +41,7 @@ ifeq ($(platform), unix)
|
||||
CFLAGS += -DFAMEC_NO_GOTOS
|
||||
else ifeq ($(platform), linux-portable)
|
||||
TARGET := $(TARGET_NAME)_libretro.so
|
||||
SHARED := -shared -nostdlib -L. -lmusl
|
||||
SHARED := -shared -nostdlib
|
||||
LIBM :=
|
||||
DONT_COMPILE_IN_ZLIB = 1
|
||||
CFLAGS += -DFAMEC_NO_GOTOS
|
||||
|
||||
Reference in New Issue
Block a user