minify-html/python/onepass/.cargo/config

12 lines
224 B
Plaintext
Raw Normal View History

2020-01-19 01:06:46 -05:00
[target.x86_64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]
2021-01-05 23:59:40 -05:00
[target.aarch64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]