Build with static CRT on Windows, fixes #89.

This commit is contained in:
Lucien Greathouse
2019-02-08 13:52:57 -08:00
parent be853ba2a7
commit 80154bbf9f

2
.cargo/config Normal file
View File

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