diff --git a/libs/.cargo/config.toml b/libs/.cargo/config.toml index 25e4d0cf..3cc95a6c 100644 --- a/libs/.cargo/config.toml +++ b/libs/.cargo/config.toml @@ -15,6 +15,6 @@ rustflags = ["-C", "linker=clang", "-C", "link-arg=-fuse-ld=lld"] # On MacOS, `brew install llvm` and follow steps in `brew info llvm` [target.x86_64-apple-darwin] -rustflags = ["-C", "link-arg=-fuse-ld=lld"] +rustflags = ["-C", "link-arg=-fuse-ld=/usr/local/opt/llvm/bin/ld64.lld"] [target.aarch64-apple-darwin] rustflags = ["-C", "link-arg=-fuse-ld=/opt/homebrew/opt/llvm/bin/ld64.lld"]