mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 12:43:34 +00:00
remove lld linker config from macos
This commit is contained in:
parent
efbe794f7d
commit
6531ccddab
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ linker = "/usr/bin/clang"
|
|||
rustflags = ["-Clink-arg=-fuse-ld=lld", "-Zshare-generics=y"]
|
||||
|
||||
[target.x86_64-apple-darwin]
|
||||
linker = "/usr/bin/clang"
|
||||
rustflags = ["-Zshare-generics=y"]
|
||||
|
||||
# NOTE: you must manually install lld on windows. you can easily do this with the "scoop" package manager:
|
||||
|
|
Loading…
Reference in a new issue