Skip to content

Commit 3fe5139

Browse files
committed
CXX-648 Add support for targeting OS X El Capitan
1 parent 99f6eca commit 3fe5139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ add_option('propagate-shell-environment',
299299
0, False)
300300

301301
if darwin:
302-
osx_version_choices = ['10.6', '10.7', '10.8', '10.9', '10.10']
302+
osx_version_choices = ['10.6', '10.7', '10.8', '10.9', '10.10', '10.11']
303303
add_option("osx-version-min", "minimum OS X version to support", 1, True,
304304
type = 'choice', default = osx_version_choices[0], choices = osx_version_choices)
305305

0 commit comments

Comments
 (0)