We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb368e commit 959563fCopy full SHA for 959563f
1 file changed
cargo-auditable/tests/fixtures/bare_linker/.cargo/config.toml
@@ -35,5 +35,5 @@ rustflags = ["-C", "target-feature=+crt-static"]
35
# Not included in the original Rayhunter example, this tests for
36
# https://github.com/rust-lang/rust/issues/96498
37
38
-[target.i686-pc-windows-msvc]
39
-linker = "rust-lld"
+[target.'cfg(windows)']
+linker = "rust-lld"
0 commit comments