Преглед изворни кода

Merge pull request #99291 from akien-mga/scons-cache-fixup

SCons: Fix up build after cache logic changes
Rémi Verschelde пре 11 месеци
родитељ
комит
6c05ec3d67
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      methods.py

+ 1 - 0
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"):