Fix sccache path in monorepo config
This commit is contained in:
parent
410b6d8dd6
commit
f5cc5bf3ce
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
[build]
|
[build]
|
||||||
rustc-wrapper = "~/.cargo/bin/sccache"
|
rustc-wrapper = "sccache"
|
||||||
|
|
||||||
[target.x86_64-unknown-linux-gnu]
|
[target.x86_64-unknown-linux-gnu]
|
||||||
linker = "clang"
|
linker = "clang"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue