aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/build.rs
diff options
context:
space:
mode:
authorGravatar Jorge Aparicio <jorge@japaric.io> 2018-05-14 16:54:21 +0200
committerGravatar Jorge Aparicio <jorge@japaric.io> 2018-05-14 16:54:21 +0200
commitfb1bea5d0a393e900d0b08f3c091569f153ed5b1 (patch)
tree0234f84dc402ec7344b9465d6df282fac12a6429 /cortex-m-rt/build.rs
parenteeb3fa6d2653c00b492c55f782dd8fced9d6ee10 (diff)
downloadcortex-m-fb1bea5d0a393e900d0b08f3c091569f153ed5b1.tar.gz
cortex-m-fb1bea5d0a393e900d0b08f3c091569f153ed5b1.tar.zst
cortex-m-fb1bea5d0a393e900d0b08f3c091569f153ed5b1.zip
fix rebuild-if-changed path
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) {