Skip to content

Commit 959563f

Browse files
committed
Enable bare linker for all Windows targets
1 parent cdb368e commit 959563f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • cargo-auditable/tests/fixtures/bare_linker/.cargo

cargo-auditable/tests/fixtures/bare_linker/.cargo/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ rustflags = ["-C", "target-feature=+crt-static"]
3535
# Not included in the original Rayhunter example, this tests for
3636
# https://github.com/rust-lang/rust/issues/96498
3737

38-
[target.i686-pc-windows-msvc]
39-
linker = "rust-lld"
38+
[target.'cfg(windows)']
39+
linker = "rust-lld"

0 commit comments

Comments
 (0)