From c1133f0955b722a20f24f11bed168e349e10ad31 Mon Sep 17 00:00:00 2001 From: lsk569937453 Date: Mon, 8 May 2023 21:29:51 +0800 Subject: [PATCH] Tiny change. --- .cargo/config | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .cargo/config diff --git a/.cargo/config b/.cargo/config new file mode 100644 index 0000000..c0b871d --- /dev/null +++ b/.cargo/config @@ -0,0 +1,3 @@ +[target.x86_64-apple-darwin] +linker = "x86_64-apple-darwin14-clang" +ar = "x86_64-apple-darwin14-ar"