Skip to content

Instantly share code, notes, and snippets.

@irlevesque
Created September 29, 2016 18:49
Show Gist options
  • Save irlevesque/95c8eba8daf220f4c73004e884af1279 to your computer and use it in GitHub Desktop.
Save irlevesque/95c8eba8daf220f4c73004e884af1279 to your computer and use it in GitHub Desktop.
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', '10.12']
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