mirror of
https://github.com/godotengine/godot.git
synced 2025-04-01 00:41:35 +08:00
Merge pull request #16094 from bruvzg/fix_mac_os_build
Fix macOS build after #16092
This commit is contained in:
commit
4a042b1f7a
@ -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'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user