Skip to content

Commit f66a242

Browse files
committed
minor: add osx_version_choice for yosemite
1 parent 3aaac4d commit f66a242

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
@@ -300,7 +300,7 @@ add_option('propagate-shell-environment',
300300
0, False)
301301

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

0 commit comments

Comments
 (0)