Skip to content

Commit 073ec64

Browse files
authored
Merge pull request #24 from riscv-rust/track_changes_in_linker_script
Track changes in hifive1-link.x
2 parents 2c279c4 + 0d94732 commit 073ec64

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)