Current section

Files

Jump to
ex_pbkdf2 native ex_pbkdf2 .cargo config
Raw

native/ex_pbkdf2/.cargo/config

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