diff --git a/.cargo/config.toml b/.cargo/config.toml index 561e09b..ebc9b60 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,5 +1,5 @@ [build] -rustc-wrapper = "~/.cargo/bin/sccache" +rustc-wrapper = "sccache" [target.x86_64-unknown-linux-gnu] linker = "clang"