fix: use aarch64-linux-musl-gcc linker for cross-compile to musl target
This commit is contained in:
parent
720c32c485
commit
f45e842370
@ -1,2 +1,2 @@
|
||||
[target.aarch64-unknown-linux-musl]
|
||||
linker = "aarch64-linux-gnu-gcc"
|
||||
linker = "aarch64-linux-musl-gcc"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user