From 3ec9c6701c7bb3310fbe0d109e5280dcca3faaaa Mon Sep 17 00:00:00 2001 From: Sonny Scroggin Date: Thu, 29 Nov 2018 11:24:27 -0600 Subject: [PATCH] Fix #151 --- .cargo/config | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .cargo/config diff --git a/.cargo/config b/.cargo/config new file mode 100644 index 00000000..a125291f --- /dev/null +++ b/.cargo/config @@ -0,0 +1,5 @@ +[target.x86_64-apple-darwin] +rustflags = [ + "-C", "link-arg=-undefined", + "-C", "link-arg=dynamic_lookup", +]