We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b4939 commit 8cb0c17Copy full SHA for 8cb0c17
.cargo/config.toml
@@ -1,3 +1,7 @@
1
# for local testing
2
[patch.crates-io]
3
kble-socket = { path = "./kble-socket" }
4
+
5
+# cross compile
6
+[target.aarch64-unknown-linux-musl]
7
+linker = "aarch64-linux-gnu-gcc"
0 commit comments