Skip to content

Commit

Permalink
fix: Use static CRT on window
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Nov 8, 2021
1 parent ab2f86d commit c6b18ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -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"]

0 comments on commit c6b18ff

Please sign in to comment.