Make it work on macos maybe?

missing can you test this for me
This commit is contained in:
Yash Karandikar 2022-05-11 11:30:09 -05:00
parent 4439e7cb47
commit 997ea896d4

12
.cargo/config.toml Normal file
View file

@ -0,0 +1,12 @@
[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",
]