summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 6898453080f..62b5bb95d3f 100644
--- a/SConstruct
+++ b/SConstruct
@@ -2514,7 +2514,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,