Revert to 'ld' linker name for darwin targets

This commit is contained in:
Timothy Sutton 2024-06-17 23:43:26 -07:00
parent ee16116583
commit 629acdd1eb

View file

@ -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"]