From 086a6a1aef92bcac82051eb9eebf63ae24cbee17 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sat, 13 Feb 2021 20:21:45 -0800 Subject: also commit .cargo (for osx cross-compile) --- .cargo/config | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .cargo/config (limited to '.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" -- cgit v1.2.3