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