diff --git a/libs/gl-client-py/.cargo/config.toml b/libs/gl-client-py/.cargo/config.toml new file mode 100644 index 000000000..59c989e69 --- /dev/null +++ b/libs/gl-client-py/.cargo/config.toml @@ -0,0 +1,11 @@ +[target.x86_64-apple-darwin] +rustflags = [ + "-C", "link-arg=-undefined", + "-C", "link-arg=dynamic_lookup", +] + +[target.aarch64-apple-darwin] +rustflags = [ + "-C", "link-arg=-undefined", + "-C", "link-arg=dynamic_lookup", +] \ No newline at end of file