summaryrefslogtreecommitdiffstats
path: root/methods.py
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-11-15 18:18:12 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-11-15 18:18:12 +0100
commitc9acbf5a79e9a20fd38335dc46617090e08657af (patch)
treef1743d69321aca7385667e2f6dfef82ea1d30132 /methods.py
parent68fe5817aaa2f556402d800fb237f9adf7441bc4 (diff)
downloadredot-engine-c9acbf5a79e9a20fd38335dc46617090e08657af.tar.gz
SCons: Fix up build after cache logic changes
Diffstat (limited to 'methods.py')
-rw-r--r--methods.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/methods.py b/methods.py
index c115b71adf..1c33b00051 100644
--- a/methods.py
+++ b/methods.py
@@ -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"):