summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2021-03-22 15:52:20 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-03-26 13:40:40 +0000
commit37a20b4bef1ea9ebb8a433ccc67de32e63c8fecc (patch)
treef3f3231f88de9250b3371d8f15819ec6d12a401c /SConstruct
parentcf6dce8cd204a8ba94c3528f9ece6181d2c22594 (diff)
downloadmongo-37a20b4bef1ea9ebb8a433ccc67de32e63c8fecc.tar.gz
SERVER-50569 Target macOS 10.14
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 5a7d524a1b0..8b9bff8147c 100644
--- a/SConstruct
+++ b/SConstruct
@@ -3112,9 +3112,9 @@ def doConfigure(myenv):
To specify a target minimum for Darwin platforms, please explicitly add the appropriate options
to CCFLAGS and LINKFLAGS on the command line:
- macOS: scons CCFLAGS="-mmacosx-version-min=10.13" LINKFLAGS="-mmacosx-version-min=10.13" ..
+ macOS: scons CCFLAGS="-mmacosx-version-min=10.14" LINKFLAGS="-mmacosx-version-min=10.14" ..
- Note that MongoDB requires macOS 10.13 or later.
+ Note that MongoDB requires macOS 10.14 or later.
"""
myenv.ConfError(textwrap.dedent(message))