1
0
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:
lawnjelly
2023-06-07 19:30:40 +01:00
parent 46c4068821
commit 6d0995b03d
2 changed files with 3 additions and 9 deletions

View File

@@ -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