Browse Source

Printing cargo:rustc-link-search=$OUT_DIR twice is redundant

Simon Sapin 2 năm trước cách đây
mục cha
commit
3c50674bea
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      riscv-rt/build.rs

+ 0 - 1
riscv-rt/build.rs

@@ -24,7 +24,6 @@ fn main() {
         .unwrap();
 
         println!("cargo:rustc-link-lib=static={}", name);
-        println!("cargo:rustc-link-search={}", out_dir.display());
     }
 
     // Put the linker script somewhere the linker can find it