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

SCons: Fix up build after cache logic changes
This commit is contained in:
Rémi Verschelde 2024-11-15 18:26:05 +01:00 committed by GitHub
commit 6c05ec3d67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"):