mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 15:16:37 +00:00
Revert to 'ld' linker name for darwin targets
This commit is contained in:
parent
ee16116583
commit
629acdd1eb
1 changed files with 3 additions and 3 deletions
|
@ -9,8 +9,8 @@ rustflags = ["-C", "link-arg=-fuse-ld=lld"]
|
|||
rustflags = ["-C", "link-arg=-fuse-ld=lld"]
|
||||
|
||||
[target.x86_64-apple-darwin]
|
||||
rustflags = ["-C", "link-arg=-fuse-ld=lld"]
|
||||
rustflags = ["-C", "link-arg=-fuse-ld=ld"]
|
||||
[target.x86_64h-apple-darwin]
|
||||
rustflags = ["-C", "link-arg=-fuse-ld=lld"]
|
||||
rustflags = ["-C", "link-arg=-fuse-ld=ld"]
|
||||
[target.aarch64-apple-darwin]
|
||||
rustflags = ["-C", "link-arg=-fuse-ld=lld"]
|
||||
rustflags = ["-C", "link-arg=-fuse-ld=ld"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue