(libretro-test) Fix build

This commit is contained in:
twinaphex 2015-08-22 21:00:03 +02:00
parent b826305e3c
commit 7c70064987

View File

@ -42,7 +42,7 @@ else ifneq (,$(findstring qnx,$(platform)))
TARGET := $(TARGET_NAME)_libretro_qnx.so
fpic := -fPIC
SHARED := -shared -Wl,--version-script=link.T -Wl,--no-undefined
else ifeq ($(platform), emscripten)
else ifneq ($(platform), emscripten)
TARGET := $(TARGET_NAME)_libretro_emscripten.bc
fpic := -fPIC
SHARED := -shared -Wl,--version-script=link.T -Wl,--no-undefined