Fix build on aarch64+musl
This commit is contained in:
parent
4f31df77bd
commit
b362c785c1
1 changed files with 2 additions and 0 deletions
2
.cargo/config
Normal file
2
.cargo/config
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[target.aarch64-unknown-linux-musl]
|
||||
rustflags = [ "-C", "target-feature=+crt-static", "-C", "link-arg=-lgcc"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue