summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Reams <jbreams@mongodb.com>2015-02-19 16:57:45 -0500
committerRamon Fernandez <ramon@mongodb.com>2015-03-03 18:24:50 -0500
commit33afe7adf2ea48d8e24489b48828d7a1de1def88 (patch)
tree82172e0637f8d6e9078dfa8a86c2711e22e5db23
parent760211f7b8ab5a1cf3c75994255653530cf12285 (diff)
downloadmongo-33afe7adf2ea48d8e24489b48828d7a1de1def88.tar.gz
SERVER-14166 Remove defaults and choices for osx-version-min scons option
(cherry picked from commit 2b4f184b74703a776b87c08c516a28aa3e7ec28b)
-rw-r--r--SConstruct4
1 files changed, 1 insertions, 3 deletions
diff --git a/SConstruct b/SConstruct
index 694c6a60ced..c82c98d57ce 100644
--- a/SConstruct
+++ b/SConstruct
@@ -336,9 +336,7 @@ add_option('variables-help',
"Print the help text for SCons variables", 0, False)
if darwin:
- osx_version_choices = ['10.7', '10.8', '10.9', '10.10']
- add_option("osx-version-min", "minimum OS X version to support", 1, True,
- type = 'choice', default = osx_version_choices[0], choices = osx_version_choices)
+ add_option("osx-version-min", "minimum OS X version to support", 1, True)
elif windows:
win_version_min_choices = {