weechat-notify/.cargo/config.toml
Yash Karandikar 997ea896d4 Make it work on macos maybe?
missing can you test this for me
2022-05-11 11:30:09 -05:00

13 lines
225 B
TOML

[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",
]