Fix logic in previous commit, keep __builtin_ia32_pause ARM compat
This commit is contained in:
parent
1050969a48
commit
a1fa3ee27d
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue