-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Build
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.