aboutsummaryrefslogtreecommitdiff
path: root/platform/osx/detect.py
diff options
context:
space:
mode:
authorbruvzg2018-01-26 22:39:08 +0200
committerbruvzg2018-01-26 22:39:08 +0200
commit24b01fe70c7dee1283bbb148a33ab9ac9e95893a (patch)
treecb09c8054b49a58c8aa6566c3b545b9d5ef3c6d4 /platform/osx/detect.py
parent88aed259f90c6f49e22f57a7eae6c2632010bccd (diff)
downloadgodot-24b01fe70c7dee1283bbb148a33ab9ac9e95893a.tar.gz
godot-24b01fe70c7dee1283bbb148a33ab9ac9e95893a.tar.zst
godot-24b01fe70c7dee1283bbb148a33ab9ac9e95893a.zip
Diffstat (limited to 'platform/osx/detect.py')
-rw-r--r--platform/osx/detect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/osx/detect.py b/platform/osx/detect.py
index eb31533c0..5f33100e4 100644
--- a/platform/osx/detect.py
+++ b/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'),