Fix build on aarch64+musl

This commit is contained in:
Ayaan Zaidi 2021-03-14 09:56:13 +05:30
parent 4f31df77bd
commit b362c785c1

2
.cargo/config Normal file
View file

@ -0,0 +1,2 @@
[target.aarch64-unknown-linux-musl]
rustflags = [ "-C", "target-feature=+crt-static", "-C", "link-arg=-lgcc"]