Skip to content

Commit c78e2e6

Browse files
committed
build(windows): fix typo in build.rs
1 parent e835ca4 commit c78e2e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ fn main() {
6666
// Rust hides linker warnings meaning mistakes may go unnoticed.
6767
// Turning them into errors forces them to be displayed (and the build to fail).
6868
// If we do want to ignore specific warnings then `/IGNORE:` should be used.
69-
println!("cargo:cargo:rustc-link-arg-bin=rustup-init=/WX");
69+
println!("cargo:rustc-link-arg-bin=rustup-init=/WX");
7070
}

0 commit comments

Comments
 (0)