We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b1b2f commit ba661c8Copy full SHA for ba661c8
.cargo/config.toml
@@ -4,5 +4,5 @@ linker = "musl-gcc"
4
[target.aarch64-unknown-linux-musl]
5
linker = "musl-gcc"
6
7
-[target.x86_64-pc-windows-msvc]
+[target.'cfg(windows)']
8
rustflags = ["-C", "target-feature=+crt-static"]
0 commit comments