Merge pull request #16094 from bruvzg/fix_mac_os_build

Fix macOS build after #16092
This commit is contained in:
Hein-Pieter van Braam 2018-01-26 21:52:39 +01:00 committed by GitHub
commit 4a042b1f7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ def can_build():
def get_opts():
from SCons.Variables import EnumVariable
from SCons.Variables import BoolVariable, EnumVariable
return [
('osxcross_sdk', 'OSXCross SDK version', 'darwin14'),