Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
Statically link CRT on Win64-MSVC builds. Fixes #5.
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Sep 27, 2019
1 parent 468b6b5 commit 2b2c574
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[target.x86_64-pc-windows-msvc]
rustflags = ["-Ctarget-feature=+crt-static"]

0 comments on commit 2b2c574

Please sign in to comment.