Fix macOS build after #16092

This commit is contained in:
bruvzg 2018-01-26 22:39:08 +02:00
parent 88aed259f9
commit 24b01fe70c
No known key found for this signature in database
GPG key ID: 89DD917D9CE4218D

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'),