Skip to content

Commit 0ff1c26

Browse files
committed
remove rustc static c runtime flag
1 parent 9d3549c commit 0ff1c26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cargo/config.toml

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

0 commit comments

Comments
 (0)