From 3ae88f76e90ac8aa9770a66139609f68238664e2 Mon Sep 17 00:00:00 2001 From: Lukas Tenbrink Date: Sat, 8 Nov 2025 09:38:06 +0100 Subject: [PATCH] Revert "Add subdirectories to source file collection logic in SConstruct up to 3 layers of depth" This reverts commit 84c86b3d1457b00aa0dbb94879e9bf3beeb25c8e. --- SConstruct | 4 ---- 1 file changed, 4 deletions(-) diff --git a/SConstruct b/SConstruct index ee29762..1d599d0 100644 --- a/SConstruct +++ b/SConstruct @@ -38,11 +38,7 @@ Run the following command to download godot-cpp: env = SConscript("godot-cpp/SConstruct", {"env": env, "customs": customs}) env.Append(CPPPATH=["src/"]) - sources = Glob("src/*.cpp") -sources.extend(Glob("src/*/*.cpp")) -sources.extend(Glob("src/*/*/*.cpp")) -sources.extend(Glob("src/*/*/*/*.cpp")) if env["target"] in ["editor", "template_debug"]: try: