mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 03:18:37 +08:00
SCons: Fix up build after cache logic changes
This commit is contained in:
parent
68fe5817aa
commit
c9acbf5a79
@ -912,6 +912,7 @@ def prepare_cache(env) -> None:
|
||||
if env.GetOption("clean"):
|
||||
return
|
||||
|
||||
cache_path = ""
|
||||
if env["cache_path"]:
|
||||
cache_path = cast(str, env["cache_path"])
|
||||
elif os.environ.get("SCONS_CACHE"):
|
||||
|
Loading…
Reference in New Issue
Block a user