Skip to content

Commit 8cb0c17

Browse files
committed
config linker for aarch64-unknown-linux-musl
1 parent c4b4939 commit 8cb0c17

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.cargo/config.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# for local testing
22
[patch.crates-io]
33
kble-socket = { path = "./kble-socket" }
4+
5+
# cross compile
6+
[target.aarch64-unknown-linux-musl]
7+
linker = "aarch64-linux-gnu-gcc"

0 commit comments

Comments
 (0)