|
@@ -68,7 +68,7 @@ def add_source_files_scu(self, sources, files, allow_gen=False):
|
|
return False
|
|
return False
|
|
|
|
|
|
# Add all the gen.cpp files in the SCU directory
|
|
# Add all the gen.cpp files in the SCU directory
|
|
- add_source_files_orig(self, sources, subdir + "scu/scu_*.gen.cpp", True)
|
|
|
|
|
|
+ add_source_files_orig(self, sources, subdir + ".scu/scu_*.gen.cpp", True)
|
|
return True
|
|
return True
|
|
return False
|
|
return False
|
|
|
|
|