diff options
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index 540b41ae0fe..14c1393190c 100644 --- a/SConstruct +++ b/SConstruct @@ -2670,7 +2670,7 @@ if get_option('ocsp-stapling') == 'on': env.SetConfigHeaderDefine("MONGO_CONFIG_OCSP_STAPLING_ENABLED") -if not env.TargetOSIs('windows') and (env.ToolchainIs('GCC', 'clang')): +if not env.TargetOSIs('windows', 'macOS') and (env.ToolchainIs('GCC', 'clang')): # By default, apply our current microarchitecture minima. If the # user has customized a flag of the same name in any of CCFLAGS, |