(ARM 64bit Mac) Force DRC_C_BACKEND

This commit is contained in:
twinaphex 2021-01-29 21:52:08 +01:00
parent add5738bbd
commit 71cfefc345

View File

@ -210,6 +210,11 @@ endif
CPPFLAGS += $(TARGET_RULE)
CXXFLAGS += $(TARGET_RULE)
LDFLAGS += $(TARGET_RULE)
# TODO/FIXME - force DRC c backend for now - find a way to make this dependent on the architecture being targeted
ARM_ENABLED = 1
X86_SH2DRC = 0
FORCE_DRC_C_BACKEND = 1
endif
# iOS