Skip to content

Commit

Permalink
config linker for aarch64-unknown-linux-musl
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Nov 19, 2024
1 parent c4b4939 commit 8cb0c17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# for local testing
[patch.crates-io]
kble-socket = { path = "./kble-socket" }

# cross compile
[target.aarch64-unknown-linux-musl]
linker = "aarch64-linux-gnu-gcc"

0 comments on commit 8cb0c17

Please sign in to comment.