Merge "Add CCACHE_DIR to allowed environment variables"
This commit is contained in:
commit
b34ebcf03b
|
@ -142,6 +142,7 @@ func runNinja(ctx Context, config Config) {
|
|||
"CCACHE_SLOPPINESS",
|
||||
"CCACHE_BASEDIR",
|
||||
"CCACHE_CPP2",
|
||||
"CCACHE_DIR",
|
||||
}, config.BuildBrokenNinjaUsesEnvVars()...)...)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue