fix: use aarch64-linux-musl-gcc linker for cross-compile to musl target
Some checks failed
Deploy to OCI / deploy (push) Failing after 40s
Some checks failed
Deploy to OCI / deploy (push) Failing after 40s
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
[target.aarch64-unknown-linux-musl]
|
||||
linker = "aarch64-linux-gnu-gcc"
|
||||
linker = "aarch64-linux-musl-gcc"
|
||||
|
||||
Reference in New Issue
Block a user