fix: Use static CRT on window

This commit is contained in:
Ed Page 2021-11-08 09:13:39 -06:00
parent 52feee42f9
commit e5897daa6e

5
.cargo/config Normal file
View file

@ -0,0 +1,5 @@
[target.x86_64-pc-windows-msvc]
rustflags = ["-Ctarget-feature=+crt-static"]
[target.i686-pc-windows-msvc]
rustflags = ["-Ctarget-feature=+crt-static"]