mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(libretro-test) Update linux-portable
This commit is contained in:
parent
b9a17d0d05
commit
3ea0d46fee
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue