You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-30 16:26:50 +00:00
SCU build - Change options to "yes / no"
To save confusion for users who prefer yes / no, rather than none / dev / all.
This commit is contained in:
@@ -79,7 +79,7 @@ def _find_scu_section_name(subdir):
|
||||
|
||||
|
||||
def add_source_files_scu(self, sources, files, allow_gen=False):
|
||||
if self["use_scu"] and isinstance(files, str):
|
||||
if self["scu_build"] and isinstance(files, str):
|
||||
if "*." not in files:
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user