Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Won't Fix
-
None
-
None
Description
In the "SConstruct" file:
```
if darwin:
osx_version_choices = ['10.6', '10.7', '10.8', '10.9', '10.10', '10.11']
```
'10.12' should now be added to this list since Sierra has been released.