Sfoglia il codice sorgente

Fix macOS build after #16092

bruvzg 7 anni fa
parent
commit
24b01fe70c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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'),