You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
SCons: Fix up build after cache logic changes
This commit is contained in:
@@ -912,6 +912,7 @@ def prepare_cache(env) -> None:
|
|||||||
if env.GetOption("clean"):
|
if env.GetOption("clean"):
|
||||||
return
|
return
|
||||||
|
|
||||||
|
cache_path = ""
|
||||||
if env["cache_path"]:
|
if env["cache_path"]:
|
||||||
cache_path = cast(str, env["cache_path"])
|
cache_path = cast(str, env["cache_path"])
|
||||||
elif os.environ.get("SCONS_CACHE"):
|
elif os.environ.get("SCONS_CACHE"):
|
||||||
|
|||||||
Reference in New Issue
Block a user