From 1c522c9f0cc96e63b0f26648b0dc71138f497e79 Mon Sep 17 00:00:00 2001 From: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Date: Sun, 24 Nov 2024 15:33:47 +0100 Subject: [PATCH] [Buildsystem] Fix path format for SCU builds on Windows --- methods.py | 1 + 1 file changed, 1 insertion(+) diff --git a/methods.py b/methods.py index 203f0dd8a53..be290f81280 100644 --- a/methods.py +++ b/methods.py @@ -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