Define NON_MATCHING when building with NON_EQUIVALENT

This commit is contained in:
Ryan Myers
2022-05-25 14:59:42 -04:00
parent 0a863c6248
commit 79484db43f
+2
View File
@@ -30,6 +30,8 @@ ifeq ($(NON_MATCHING),1)
endif
ifeq ($(NON_EQUIVALENT),1)
DEFINES += NON_EQUIVALENT=1
DEFINES += NON_MATCHING=1
NON_MATCHING = 1
endif
# Whether to hide commands or not