6 lines
162 B
TOML
6 lines
162 B
TOML
[target.x86_64-pc-windows-gnu]
|
|
rustflags = ["-C", "target-feature=+crt-static"]
|
|
|
|
[target.aarch64-apple-ios]
|
|
rustflags = ["-C", "link-arg=-mios-version-min=13.0"]
|