Skip to content

Commit 3b5ef2e

Browse files
authored
On Windows, do not require redist of vcruntime DLL (#133)
Signed-off-by: itowlson <ivan.towlson@fermyon.com>
1 parent 6ebf4b4 commit 3b5ef2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.cargo/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[target.'cfg(all(windows, target_env = "msvc"))']
2+
rustflags = ["-C", "target-feature=+crt-static"]

0 commit comments

Comments
 (0)