[Buildsystem] Fix path format for SCU builds on Windows

This commit is contained in:
A Thousand Ships 2024-11-24 15:33:47 +01:00
parent 0c45ace151
commit 1c522c9f0c
No known key found for this signature in database
GPG Key ID: 2033189A662F8BD7

View File

@ -102,6 +102,7 @@ def add_source_files_scu(self, sources, files, allow_gen=False):
subdir = os.path.dirname(files)
subdir = subdir if subdir == "" else subdir + "/"
section_name = self.Dir(subdir).tpath
section_name = section_name.replace("\\", "/") # win32
# if the section name is in the hash table?
# i.e. is it part of the SCU build?
global _scu_folders