Fix spurious rebuild of reaction due to invalid file path

This commit is contained in:
Baptiste Careil 2024-11-14 19:21:49 +01:00
commit 79302efb27

View file

@ -50,7 +50,7 @@ See usage examples, service configurations and good practices on the wiki: https
}
println!("cargo::rerun-if-changed=build.rs");
println!("cargo::rerun-if-changed=src/utils/cli.rs");
println!("cargo::rerun-if-changed=src/cli.rs");
println!("cargo::rerun-if-changed=helpers_c/ip46tables.c");
println!("cargo::rerun-if-changed=helpers_c/nft46.c");