1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

SCons: Expand NoCache coverage

This commit is contained in:
Thaddeus Crews
2025-03-18 09:54:55 -05:00
parent fc827bbe25
commit 83cf424b5f
6 changed files with 23 additions and 23 deletions

View File

@@ -144,6 +144,4 @@ if env["debug_symbols"] and env["separate_debug_symbols"]:
env.AddPostAction(prog, env.Run(platform_macos_builders.make_debug_macos))
if env["generate_bundle"]:
generate_bundle_command = env.Command("generate_bundle", [], generate_bundle)
command = env.AlwaysBuild(generate_bundle_command)
env.Depends(command, [prog])
env.AlwaysBuild(env.CommandNoCache("generate_bundle", prog, env.Run(generate_bundle)))