Fix logic in previous commit, keep __builtin_ia32_pause ARM compat

This commit is contained in:
falkTX 2021-10-26 17:12:43 +01:00
parent 1050969a48
commit a1fa3ee27d
2 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@ PLUGIN_FILES = plugins.cpp
PLUGIN_FILES += $(wildcard Cardinal/src/*.cpp)
ifeq ($(NOPLUGINS),true)
ifneq ($(NOPLUGINS),true)
# --------------------------------------------------------------
# AmalgamatedHarmonics
@ -244,7 +244,7 @@ PLUGIN_FILES += $(filter-out ZetaCarinaeModules/src/plugin.cpp,$(wildcard ZetaCa
# --------------------------------------------------------------
endif # NOPLUGINS
endif # !NOPLUGINS
# --------------------------------------------------------------
# Build setup