We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc16266 commit 2f199f0Copy full SHA for 2f199f0
.cargo/config
@@ -1,2 +1,6 @@
1
[build]
2
target = "x86_64-unknown-linux-musl"
3
+
4
+[target.aarch64-unknown-linux-musl]
5
+linker = "aarch64-linux-gnu-gcc"
6
+rustflags = [ "-C", "target-feature=+crt-static", "-C", "link-arg=-lgcc" ]
0 commit comments