Making sure that new files in the winch filetests directory will cause a rebuild (#5672)
This commit is contained in:
4
winch/filetests/build.rs
Normal file
4
winch/filetests/build.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
fn main() {
|
||||
// Ensure that new files in the filetests directory cause a rebuild.
|
||||
println!("cargo:rerun-if-changed=filetests");
|
||||
}
|
||||
Reference in New Issue
Block a user