Explorar o código

Merge pull request #16094 from bruvzg/fix_mac_os_build

Fix macOS build after #16092
Hein-Pieter van Braam %!s(int64=7) %!d(string=hai) anos
pai
achega
4a042b1f7a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'),