2024-08-31 13:39:50 -04:00
|
|
|
[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"]
|
2025-02-12 14:52:38 +01:00
|
|
|
|
|
|
|
[target.x86_64-unknown-linux-musl]
|
|
|
|
rustflags = ["-C", "target-feature=-crt-static"]
|