Skip to content

Commit 0d94732

Browse files
committed
Track changes in hifive1-link.x
1 parent 288ef28 commit 0d94732

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ fn main() {
4343
}
4444

4545
fs::copy("hifive1-link.x", out_dir.join("hifive1-link.x")).unwrap();
46+
println!("cargo:rerun-if-changed=hifive1-link.x");
4647

4748
// Copy library with flash setup code
4849
let name = env::var("CARGO_PKG_NAME").unwrap();

0 commit comments

Comments
 (0)