aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cortex-m-rt/build.rs')
-rw-r--r--cortex-m-rt/build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m-rt/build.rs b/cortex-m-rt/build.rs
index 1b5c3d1..8edba9f 100644
--- a/cortex-m-rt/build.rs
+++ b/cortex-m-rt/build.rs
@@ -54,7 +54,7 @@ handlers.");
println!("cargo:rustc-link-search={}", out.display());
println!("cargo:rerun-if-changed=build.rs");
- println!("cargo:rerun-if-changed=link.x");
+ println!("cargo:rerun-if-changed=link.x.in");
}
fn has_fpu(target: &str) {