From 7c7006498772920901449ebe0957d26bb367f7ff Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 22 Aug 2015 21:00:03 +0200 Subject: [PATCH] (libretro-test) Fix build --- cores/libretro-test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cores/libretro-test/Makefile b/cores/libretro-test/Makefile index 36cd6c3b18..1a06c12b63 100644 --- a/cores/libretro-test/Makefile +++ b/cores/libretro-test/Makefile @@ -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