From af07b876adffcc67b544a51118da3b774f88fb97 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Sat, 10 Oct 2020 16:24:43 -0400 Subject: [PATCH] HelperRules: Fix typo in the new CC_IS_LEGACY_GCC test. --- build/jam/HelperRules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/HelperRules b/build/jam/HelperRules index 1dcdfbf5b2..7772fb7dac 100644 --- a/build/jam/HelperRules +++ b/build/jam/HelperRules @@ -213,7 +213,7 @@ rule SetIncludePropertiesVariables prefix : suffix # SetIncludePropertiesVariables : ; # suffix = $(suffix:E=) ; - if $($(prefix)_CC_IS_LEGACY_GCC$(suffix)) { + if $($(prefix)_CC_IS_LEGACY_GCC$(suffix)) = 1 { $(prefix)_INCLUDES_SEPARATOR$(suffix) = -I- ; $(prefix)_LOCAL_INCLUDES_OPTION$(suffix) = -I ; $(prefix)_SYSTEM_INCLUDES_OPTION$(suffix) = -I ;