summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2020-04-17 14:57:16 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-04-20 17:46:11 +0000
commite6eed7f13fe3ea9098e35ff6474b36b1f9cd21bb (patch)
treee6cfd445c19089e2d7c231caafc9555ec0214194 /SConstruct
parent647b27bc349048ec9d029c6f9789fc833ad9f56b (diff)
downloadmongo-e6eed7f13fe3ea9098e35ff6474b36b1f9cd21bb.tar.gz
SERVER-44067 Increase macosx target to 10.13
(cherry picked from commit 85e982db8d205297a78f20d3bc0ba93b50e1b1f9)
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct6
1 files changed, 2 insertions, 4 deletions
diff --git a/SConstruct b/SConstruct
index efd2df1a046..9334514bc88 100644
--- a/SConstruct
+++ b/SConstruct
@@ -2575,11 +2575,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.11" LINKFLAGS="-mmacosx-version-min=10.11" ..
- iOS : scons CCFLAGS="-miphoneos-version-min=10.3" LINKFLAGS="-miphoneos-version-min=10.3" ...
- tvOS : scons CCFLAGS="-mtvos-version-min=10.3" LINKFLAGS="-tvos-version-min=10.3" ...
+ macOS: scons CCFLAGS="-mmacosx-version-min=10.13" LINKFLAGS="-mmacosx-version-min=10.13" ..
- Note that MongoDB requires macOS 10.10, iOS 10.2, or tvOS 10.2 or later.
+ Note that MongoDB requires macOS 10.13 or later.
"""
myenv.ConfError(textwrap.dedent(message))