summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorAndrew Morrow <acm@10gen.com>2013-11-04 12:12:07 -0500
committerAndrew Morrow <acm@10gen.com>2013-11-05 14:02:46 -0500
commitf7443bad6cafdb24940d2dc262f760e8a66cc950 (patch)
tree5d75400563a0e1b3bbe08cd519d83b58ae0ba72b /SConstruct
parent6fc17c30a8b88c778aa0d0a93c9f4145fbf0ba46 (diff)
downloadmongo-f7443bad6cafdb24940d2dc262f760e8a66cc950.tar.gz
SERVER-9855 Add support for specifying Mavericks as the OS X minimum version
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index bb2f2e6a321..9a1c888dd32 100644
--- a/SConstruct
+++ b/SConstruct
@@ -309,7 +309,7 @@ add_option('propagate-shell-environment',
0, False)
if darwin:
- osx_version_choices = ['10.6', '10.7', '10.8']
+ osx_version_choices = ['10.6', '10.7', '10.8', '10.9']
add_option("osx-version-min", "minimum OS X version to support", 1, True,
type = 'choice', default = osx_version_choices[0], choices = osx_version_choices)