From 79484db43fe696d717d9b5e9e7bde8ed738261ce Mon Sep 17 00:00:00 2001 From: Ryan Myers Date: Wed, 25 May 2022 14:54:02 -0400 Subject: [PATCH] Define NON_MATCHING when building with NON_EQUIVALENT --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 47a76a78..bf603668 100755 --- a/Makefile +++ b/Makefile @@ -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