diff options
-rw-r--r-- | .cargo/config | 3 |
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" |