summaryrefslogtreecommitdiffstats
path: root/methods.py
diff options
context:
space:
mode:
Diffstat (limited to 'methods.py')
-rw-r--r--methods.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/methods.py b/methods.py
index 2c15c4a43c..18b4ceb74f 100644
--- a/methods.py
+++ b/methods.py
@@ -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