(QNX) Update target output filename

This commit is contained in:
twinaphex 2013-04-30 15:54:26 +02:00
parent f337d986ac
commit ad57aa9590

View File

@ -52,7 +52,7 @@ else ifeq ($(platform), ios)
CC = clang -arch armv7 -isysroot $(IOSSDK)
else ifeq ($(platform), qnx)
TARGET := $(TARGET_NAME)_libretro.so
TARGET := $(TARGET_NAME)_libretro_qnx.so
fpic := -fPIC
SHARED := -lm -shared -Wl,--version-script=libretro/link.T -Wl,--no-undefined -lz
ENDIANNESS_DEFINES := -DLSB_FIRST