mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-06-17 16:02:29 +02:00
(QNX) Fix build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user