typos/.cargo/config
2023-03-29 14:33:22 -05:00

5 lines
153 B
Text

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