diff options
| author | bruvzg | 2018-01-26 22:39:08 +0200 |
|---|---|---|
| committer | bruvzg | 2018-01-26 22:39:08 +0200 |
| commit | 24b01fe70c7dee1283bbb148a33ab9ac9e95893a (patch) | |
| tree | cb09c8054b49a58c8aa6566c3b545b9d5ef3c6d4 /platform/osx/detect.py | |
| parent | 88aed259f90c6f49e22f57a7eae6c2632010bccd (diff) | |
| download | godot-24b01fe70c7dee1283bbb148a33ab9ac9e95893a.tar.gz godot-24b01fe70c7dee1283bbb148a33ab9ac9e95893a.tar.zst godot-24b01fe70c7dee1283bbb148a33ab9ac9e95893a.zip | |
Diffstat (limited to 'platform/osx/detect.py')
| -rw-r--r-- | platform/osx/detect.py | 2 |
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'), |
