Commit d3c1d50
Auto-disable (deep) caching of core builds if needed (#479)
When build-path and cache-path are on different partitions it will not
be possible (on windows) to reference them with a relative path.
This commit allows this by automatically disabling the aggressive core
caching.
Previously an error was emitted and the build interrupted.1 parent 37434d1 commit d3c1d50
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
57 | 63 | | |
58 | 64 | | |
59 | 65 | | |
| |||
0 commit comments