From 49ca06bfa6e3562b66d5700c11d1d5c0930d641e Mon Sep 17 00:00:00 2001 From: Seongmin Lee Date: Mon, 29 Jun 2026 09:41:08 +0000 Subject: [PATCH] cargo: fix rust build linker on aarch64-darwin Signed-off-by: Seongmin Lee --- .cargo/config.toml | 2 ++ 1 file(s) changed, 2 insertion(s)(+), 0 deletion(s)(-) diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[target.aarch64-apple-darwin] +linker = "arm64-apple-darwin-cc" -- tangled.sh