mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 06:40:18 +00:00
(libretro-test) Update linux-portable
This commit is contained in:
parent
b9a17d0d05
commit
3ea0d46fee
@ -26,9 +26,8 @@ ifeq ($(platform), unix)
|
||||
else ifeq ($(platform), linux-portable)
|
||||
TARGET := $(TARGET_NAME)_libretro.so
|
||||
fpic := -fPIC -nostdlib
|
||||
SHARED := -shared -Wl,--version-script=link.T -Wl,--no-undefined
|
||||
SHARED := -shared -Wl,--version-script=link.T
|
||||
LIBM :=
|
||||
LDFLAGS += -L. -lmusl
|
||||
else ifeq ($(platform), osx)
|
||||
TARGET := $(TARGET_NAME)_libretro.dylib
|
||||
fpic := -fPIC
|
||||
|
Loading…
x
Reference in New Issue
Block a user