mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 09:39:56 +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)
|
else ifeq ($(platform), linux-portable)
|
||||||
TARGET := $(TARGET_NAME)_libretro.so
|
TARGET := $(TARGET_NAME)_libretro.so
|
||||||
fpic := -fPIC -nostdlib
|
fpic := -fPIC -nostdlib
|
||||||
SHARED := -shared -Wl,--version-script=link.T -Wl,--no-undefined
|
SHARED := -shared -Wl,--version-script=link.T
|
||||||
LIBM :=
|
LIBM :=
|
||||||
LDFLAGS += -L. -lmusl
|
|
||||||
else ifeq ($(platform), osx)
|
else ifeq ($(platform), osx)
|
||||||
TARGET := $(TARGET_NAME)_libretro.dylib
|
TARGET := $(TARGET_NAME)_libretro.dylib
|
||||||
fpic := -fPIC
|
fpic := -fPIC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user