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