8 lines
278 B
TOML
8 lines
278 B
TOML
|
[target.x86_64-pc-windows-msvc]
|
||
|
rustflags = ["-Ctarget-feature=+crt-static"]
|
||
|
[target.i686-pc-windows-msvc]
|
||
|
rustflags = ["-Ctarget-feature=+crt-static"]
|
||
|
[target.'cfg(target_os="macos")']
|
||
|
rustflags = [
|
||
|
"-C", "link-args=-sectcreate __CGPreLoginApp __cgpreloginapp /dev/null",
|
||
|
]
|