Skip to content

Commit dd87da9

Browse files
authored
Expand list of env vars affecting cache (#1001)
1 parent 6488b3c commit dd87da9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/compiler/c.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,10 @@ lazy_static! {
653653
"SCCACHE_C_CUSTOM_CACHE_BUSTER",
654654
"MACOSX_DEPLOYMENT_TARGET",
655655
"IPHONEOS_DEPLOYMENT_TARGET",
656+
"TVOS_DEPLOYMENT_TARGET",
657+
"WATCHOS_DEPLOYMENT_TARGET",
658+
"SDKROOT",
659+
"CCC_OVERRIDE_OPTIONS",
656660
].iter().map(OsStr::new).collect();
657661
}
658662

0 commit comments

Comments
 (0)