From 37a20b4bef1ea9ebb8a433ccc67de32e63c8fecc Mon Sep 17 00:00:00 2001 From: Andrew Morrow Date: Mon, 22 Mar 2021 15:52:20 -0400 Subject: SERVER-50569 Target macOS 10.14 --- SConstruct | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'SConstruct') 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)) -- cgit v1.2.1