Quellcode durchsuchen

Fix macOS build after #16092

bruvzg vor 7 Jahren
Ursprung
Commit
24b01fe70c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      platform/osx/detect.py

+ 1 - 1
platform/osx/detect.py

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