From b44f946ce8f356f23d69b60a74c108d1d72d9dad Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 19 Sep 2015 05:31:59 +0200 Subject: [PATCH] (QNX) Fix build --- Makefile.libretro | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile.libretro b/Makefile.libretro index aafbfd9..dc9bd66 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -270,6 +270,13 @@ else ifeq ($(platform), qnx) ARCH = arm ARM_ASM = 1 + use_cyclone = 0 + use_fame = 1 + use_drz80 = 0 + use_cz80 = 1 + use_sh2drc = 1 + use_svpdrc = 1 + # ARM else ifneq (,$(findstring armv,$(platform))) TARGET := $(TARGET_NAME)_libretro.so -- 2.39.2