1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

scons: Reorder options for clarity

Also prefix all thirdparty-related toggles with `builtin`.

(cherry picked from commit cc95d4448c)
This commit is contained in:
Rémi Verschelde
2016-11-03 00:23:55 +01:00
parent 5ee9a9962f
commit ce54b6ea8b
19 changed files with 83 additions and 76 deletions

View File

@@ -30,10 +30,9 @@ def get_flags():
return [
('tools', 'no'),
('builtin_zlib', 'yes'),
('module_speex_enabled', 'no'),
('module_etc1_enabled', 'no'),
('module_mpc_enabled', 'no'),
('module_speex_enabled', 'no'),
('module_theora_enabled', 'no'),
]