Skip to content

Instantly share code, notes, and snippets.

@asmarques
Created October 4, 2015 13:10
Show Gist options
  • Save asmarques/4e4e66121dbe46a08933 to your computer and use it in GitHub Desktop.
Save asmarques/4e4e66121dbe46a08933 to your computer and use it in GitHub Desktop.
Fix build of MongoDB 2.6.10 on Mac OS X 10.11 El Capitan
diff -u a/SConstruct b/SConstruct
--- a/SConstruct 2015-10-04 14:03:55.000000000 +0100
+++ b/SConstruct 2015-10-04 14:04:47.000000000 +0100
@@ -307,7 +307,7 @@
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