Skip to content

Commit

Permalink
(libretro-test) Update linux-portable
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Mar 5, 2015
1 parent b9a17d0 commit 3ea0d46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libretro-test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ea0d46

Please sign in to comment.