Skip to content

Commit

Permalink
Merge pull request #255 from dtolnay/rebuild
Browse files Browse the repository at this point in the history
Force rebuild on new files in tests directory
  • Loading branch information
dtolnay authored Jan 14, 2024
2 parents 840b110 + 7fd4570 commit 0d77118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::io;
use std::path::Path;

fn main() -> io::Result<()> {
println!("cargo:rerun-if-changed=build.rs");
println!("cargo:rerun-if-changed=src/tests");

let out_dir = env::var_os("OUT_DIR").unwrap();
let target = env::var("TARGET").ok();
Expand Down

0 comments on commit 0d77118

Please sign in to comment.