Skip to content

Commit

Permalink
Merge pull request #99291 from akien-mga/scons-cache-fixup
Browse files Browse the repository at this point in the history
SCons: Fix up build after cache logic changes
  • Loading branch information
akien-mga authored Nov 15, 2024
2 parents 68fe581 + c9acbf5 commit 6c05ec3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"):
Expand Down

0 comments on commit 6c05ec3

Please sign in to comment.