소스 검색

Merge pull request #16094 from bruvzg/fix_mac_os_build

Fix macOS build after #16092
Hein-Pieter van Braam 7 년 전
부모
커밋
4a042b1f7a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'),