Skip to content

Instantly share code, notes, and snippets.

@jqr
Created October 4, 2015 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jqr/a5bde3e64d20d2a6d6ec to your computer and use it in GitHub Desktop.
Save jqr/a5bde3e64d20d2a6d6ec to your computer and use it in GitHub Desktop.
Patch for scons to compile mongodb on El Capitan
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