Skip to content
This repository was archived by the owner on Nov 28, 2023. It is now read-only.

Commit 274a6f5

Browse files
committed
Printing cargo:rustc-link-search=$OUT_DIR twice is redundant
1 parent 843b682 commit 274a6f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ fn main() {
2424
.unwrap();
2525

2626
println!("cargo:rustc-link-lib=static={}", name);
27-
println!("cargo:rustc-link-search={}", out_dir.display());
2827
}
2928

3029
// Put the linker script somewhere the linker can find it

0 commit comments

Comments
 (0)