Created
October 4, 2015 15:28
-
-
Save jqr/a5bde3e64d20d2a6d6ec to your computer and use it in GitHub Desktop.
Patch for scons to compile mongodb on El Capitan
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/SConstruct b/SConstruct | |
index 5965b53..50a76ef 100644 | |
--- a/SConstruct | |
+++ b/SConstruct | |
@@ -320,7 +320,7 @@ add_option('propagate-shell-environment', | |
0, False) | |
if darwin: | |
- osx_version_choices = ['10.6', '10.7', '10.8', '10.9'] | |
+ osx_version_choices = ['10.6', '10.7', '10.8', '10.9', '10.10', '10.11'] | |
add_option("osx-version-min", "minimum OS X version to support", 1, True, | |
type = 'choice', default = osx_version_choices[0], choices = osx_version_choices) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment