1
0
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:
Elliott Sales de Andrade
2017-09-25 00:04:49 -04:00
parent f9e463bce2
commit ffab67b8da
14 changed files with 44 additions and 44 deletions

View File

@@ -33,8 +33,8 @@ def get_opts():
def get_flags():
return [
('tools', 'no'),
('xaudio2', 'yes'),
('tools', False),
('xaudio2', True),
]