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

Commit 843b682

Browse files
committed
1 parent e969c07 commit 843b682

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,5 @@ fn main() {
3030
// Put the linker script somewhere the linker can find it
3131
fs::write(out_dir.join("link.x"), include_bytes!("link.x")).unwrap();
3232
println!("cargo:rustc-link-search={}", out_dir.display());
33-
34-
println!("cargo:rerun-if-changed=build.rs");
3533
println!("cargo:rerun-if-changed=link.x");
3634
}

0 commit comments

Comments
 (0)