diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2018-01-26 22:39:08 +0200 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2018-01-26 22:39:08 +0200 |
commit | 24b01fe70c7dee1283bbb148a33ab9ac9e95893a (patch) | |
tree | cb09c8054b49a58c8aa6566c3b545b9d5ef3c6d4 /platform | |
parent | 88aed259f90c6f49e22f57a7eae6c2632010bccd (diff) |
Fix macOS build after #16092
Diffstat (limited to 'platform')
-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 eb31533c0a..5f33100e42 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'), |