diff --git a/.cargo/config b/.cargo/config new file mode 100644 index 0000000..6d19e69 --- /dev/null +++ b/.cargo/config @@ -0,0 +1,5 @@ +[target.x86_64-apple-darwin] +rustflags = [ + "-C", "link-arg=-undefined", + "-C", "link-arg=dynamic_lookup", +]