You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Use BoolVariable in target/component/advanced options.
This commit is contained in:
@@ -33,8 +33,8 @@ def get_opts():
|
||||
def get_flags():
|
||||
|
||||
return [
|
||||
('tools', 'no'),
|
||||
('xaudio2', 'yes'),
|
||||
('tools', False),
|
||||
('xaudio2', True),
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user