diff --git a/Makefile.libretro b/Makefile.libretro index fcd8b3bf..b57957d6 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -415,7 +415,7 @@ else ifeq ($(platform), qnx) # (armv7 a7, hard point, neon based) ### # NESC, SNESC, C64 mini else ifeq ($(platform), classic_armv7_a7) - TARGET := $(TARGET_NAME).so #Good consistency here... + TARGET := $(TARGET_NAME)_libretro.so fpic := -fPIC SHARED := -shared -Wl,--no-undefined,-Bsymbolic CFLAGS += -Ofast \