Explorar o código

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

Simon Sapin %!s(int64=2) %!d(string=hai) anos
pai
achega
3c50674bea
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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