From 8cb0c179d24db834499b2591c86ad29784df0161 Mon Sep 17 00:00:00 2001 From: sksat Date: Tue, 19 Nov 2024 15:10:47 +0900 Subject: [PATCH] config linker for aarch64-unknown-linux-musl --- .cargo/config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.cargo/config.toml b/.cargo/config.toml index 0d9cc47..4bb0509 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -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"