Skip to content

Commit 5d2fd00

Browse files
committed
Rebuild if linker script changes
1 parent be6dd2b commit 5d2fd00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
fn main() {
2+
println!("cargo:rerun-if-changed=stm32f7.ld")
3+
}

0 commit comments

Comments
 (0)