Merge pull request #66242 from akien-mga/scons-unify-tools-target

This commit is contained in:
Rémi Verschelde 2022-09-30 12:28:50 +02:00 committed by GitHub
commit f47979f087
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
42 changed files with 215 additions and 338 deletions

View file

@ -7,7 +7,7 @@ env_gdscript = env_modules.Clone()
env_gdscript.add_source_files(env.modules_sources, "*.cpp")
if env["tools"]:
if env.editor_build:
env_gdscript.add_source_files(env.modules_sources, "./editor/*.cpp")
SConscript("editor/script_templates/SCsub")