We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b097333 commit 13c9faeCopy full SHA for 13c9fae
.cargo/config.toml
@@ -11,3 +11,10 @@ rustflags = [
11
"-C",
12
"link-arg=/STACK:8000000",
13
]
14
+
15
+# Required for `dist` to work with linux arm targets: https://github.com/axodotdev/cargo-dist/issues/74#issuecomment-2053680080
16
+[env]
17
+CC_aarch64_unknown_linux_musl = "aarch64-linux-gnu-gcc"
18
19
+[target.aarch64-unknown-linux-musl]
20
+linker = "aarch64-linux-gnu-gcc"
0 commit comments