(libretro-test) Update linux-portable

This commit is contained in:
twinaphex 2015-03-05 23:51:14 +01:00
parent b9a17d0d05
commit 3ea0d46fee

View File

@ -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