mirror of
https://framagit.org/ppom/reaction
synced 2026-03-14 12:45:47 +01:00
Fix spurious rebuild of reaction due to invalid file path
This commit is contained in:
parent
8579e30890
commit
79302efb27
1 changed files with 1 additions and 1 deletions
2
build.rs
2
build.rs
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue