katbin/native/ketbin_utils_syntax/.cargo/config

6 lines
115 B
Plaintext
Raw Normal View History

[target.x86_64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]