Skip to content

Commit

Permalink
windows cargo settings (#2632)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume authored Feb 26, 2019
1 parent f4cdd1f commit c388e08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[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 c388e08

Please sign in to comment.