Browse Source

Fix macOS build after #16092

bruvzg 7 years ago
parent
commit
24b01fe70c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      platform/osx/detect.py

+ 1 - 1
platform/osx/detect.py

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