philomena/native/philomena_markdown/.cargo/config

6 lines
115 B
Text
Raw Normal View History

2021-09-11 02:37:13 +02:00
[target.x86_64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]