17 lines
436 B
TOML
17 lines
436 B
TOML
[target.x86_64-pc-windows-msvc]
|
|
rustflags = ["-C", "target-feature=+crt-static"]
|
|
|
|
[target.aarch64-pc-windows-msvc]
|
|
rustflags = ["-C", "target-feature=+crt-static"]
|
|
|
|
[target.x86_64-apple-darwin]
|
|
rustflags = ["-C", "link-args=-ObjC"]
|
|
|
|
[target.aarch64-apple-darwin]
|
|
rustflags = ["-C", "link-args=-ObjC"]
|
|
|
|
[target.aarch64-apple-ios]
|
|
rustflags = ["-C", "link-args=-ObjC"]
|
|
|
|
[target.aarch64-apple-ios-sim]
|
|
rustflags = ["-C", "link-args=-ObjC"] |