Skip to content

Commit 6c05ec3

Browse files
authored
Merge pull request #99291 from akien-mga/scons-cache-fixup
SCons: Fix up build after cache logic changes
2 parents 68fe581 + c9acbf5 commit 6c05ec3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

methods.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -912,6 +912,7 @@ def prepare_cache(env) -> None:
912912
if env.GetOption("clean"):
913913
return
914914

915+
cache_path = ""
915916
if env["cache_path"]:
916917
cache_path = cast(str, env["cache_path"])
917918
elif os.environ.get("SCONS_CACHE"):

0 commit comments

Comments
 (0)