HelperRules: Fix typo in the new CC_IS_LEGACY_GCC test.
This commit is contained in:
@@ -213,7 +213,7 @@ rule SetIncludePropertiesVariables prefix : suffix
|
|||||||
# SetIncludePropertiesVariables <prefix> : <suffix> ;
|
# SetIncludePropertiesVariables <prefix> : <suffix> ;
|
||||||
#
|
#
|
||||||
suffix = $(suffix:E=) ;
|
suffix = $(suffix:E=) ;
|
||||||
if $($(prefix)_CC_IS_LEGACY_GCC$(suffix)) {
|
if $($(prefix)_CC_IS_LEGACY_GCC$(suffix)) = 1 {
|
||||||
$(prefix)_INCLUDES_SEPARATOR$(suffix) = -I- ;
|
$(prefix)_INCLUDES_SEPARATOR$(suffix) = -I- ;
|
||||||
$(prefix)_LOCAL_INCLUDES_OPTION$(suffix) = -I ;
|
$(prefix)_LOCAL_INCLUDES_OPTION$(suffix) = -I ;
|
||||||
$(prefix)_SYSTEM_INCLUDES_OPTION$(suffix) = -I ;
|
$(prefix)_SYSTEM_INCLUDES_OPTION$(suffix) = -I ;
|
||||||
|
|||||||
Reference in New Issue
Block a user