aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-semihosting/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cortex-m-semihosting/build.rs')
-rw-r--r--cortex-m-semihosting/build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m-semihosting/build.rs b/cortex-m-semihosting/build.rs
index 5fc6a04..315035e 100644
--- a/cortex-m-semihosting/build.rs
+++ b/cortex-m-semihosting/build.rs
@@ -9,7 +9,7 @@ fn main() {
if target.starts_with("thumbv") {
if env::var_os("CARGO_FEATURE_INLINE_ASM").is_none() {
fs::copy(
- format!("../bin/{}.a", target),
+ format!("bin/{}.a", target),
out_dir.join(format!("lib{}.a", name)),
)
.unwrap();