diff --git a/spectre_oxi/.cargo/config.toml b/spectre_oxi/.cargo/config.toml new file mode 100644 index 0000000..af95132 --- /dev/null +++ b/spectre_oxi/.cargo/config.toml @@ -0,0 +1,5 @@ +[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"]