Current section

Files

Jump to
keywords native parser .cargo config
Raw

native/parser/.cargo/config

[target.'cfg(target_os = "macos")']
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]