diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..596e6ce --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,5 @@ +[target.'cfg(any(target_os = "macos"))'] +rustflags = [ + "-C", "link-arg=-undefined", + "-C", "link-arg=dynamic_lookup", +]