aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-02-13 20:21:45 -0800
committerBryan Newbold <bnewbold@archive.org>2021-02-13 20:21:45 -0800
commit086a6a1aef92bcac82051eb9eebf63ae24cbee17 (patch)
tree9ba864fdc21de187a741a6532dccf67328a083ef
parenta2ce9d6586809a4fa4f2e441732c9bc4687375ec (diff)
downloadfatcat-cli-osx-cross.tar.gz
fatcat-cli-osx-cross.zip
also commit .cargo (for osx cross-compile)osx-cross
-rw-r--r--.cargo/config3
1 files changed, 3 insertions, 0 deletions
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"