n-link/.cargo/config.toml
2020-09-26 22:23:33 -04:00

5 lines
152 B
TOML

[target.x86_64-pc-windows-msvc]
rustflags = ["-Ctarget-feature=+crt-static"]
[target.i686-pc-windows-msvc]
rustflags = ["-Ctarget-feature=+crt-static"]