Skip to content

Commit

Permalink
build: Watch riscv64 target json and linker script
Browse files Browse the repository at this point in the history
Signed-off-by: Akira Moroo <retrage01@gmail.com>
  • Loading branch information
retrage committed Dec 12, 2023
1 parent 7cb13a5 commit 61565de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
fn main() {
println!("cargo:rerun-if-changed=aarch64-unknown-none.json");
println!("cargo:rerun-if-changed=aarch64-unknown-none.ld");
println!("cargo:rerun-if-changed=riscv64gcv-unknown-none-elf.json");
println!("cargo:rerun-if-changed=riscv64gcv-unknown-none-elf.ld");
println!("cargo:rerun-if-changed=x86_64-unknown-none.json");
println!("cargo:rerun-if-changed=x86_64-unknown-none.ld");
}

0 comments on commit 61565de

Please sign in to comment.