Skip to content

Commit

Permalink
Inline
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasgoergens committed Dec 13, 2024
1 parent 3fa5d49 commit afe1239
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples-builder/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,9 @@ fn build_elfs() {
include_bytes!(r"{CARGO_MANIFEST_DIR}/../examples/target/riscv32im-unknown-none-elf/release/examples/{example}");"#
).expect("failed to write vars.rs");
}
let input_path = "../examples/";
println!("cargo:rerun-if-changed=../examples/");
println!("cargo:rerun-if-changed=../ceno_rt/");
let elfs_path = "../examples/target/riscv32im-unknown-none-elf/release/examples/";

println!("cargo:rerun-if-changed={input_path}");
println!("cargo:rerun-if-changed={elfs_path}");
}

Expand Down

0 comments on commit afe1239

Please sign in to comment.