Skip to content

Commit

Permalink
fix: bad rerun directives in the build.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnarus-G committed Jan 27, 2024
1 parent 0825d8a commit b1fa1b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maccel-cli/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ fn main() {

println!("cargo:rust-link-search=static={}", out.display());

println!("cargo:rerun-if-changed=src/fixedptc_proxy.c");
println!("cargo:rerun-if-changed=../driver/fixedptc.h");
println!("cargo:rerun-if-changed=src/libmaccel.c");
println!("cargo:rerun-if-changed=../driver/accel.h");
}

0 comments on commit b1fa1b8

Please sign in to comment.