浏览代码

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

Simon Sapin 2 年之前
父节点
当前提交
3c50674bea
共有 1 个文件被更改,包括 0 次插入1 次删除
  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