Skip to content

Commit

Permalink
Remove bad rerun condition that was always true
Browse files Browse the repository at this point in the history
  • Loading branch information
dljsjr committed Nov 30, 2022
1 parent 188232c commit a54742a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ fn generate_bindings(out_path: impl AsRef<Path>) {

#[cfg(feature = "buildtime_bindgen")]
fn generate_bindings(out_path: impl AsRef<Path>) {
println!("cargo:rerun-if-changed=avahi-sys");
println!("cargo:rerun-if-changed=wrapper.h");

let mut builder = bindgen::Builder::default();
Expand Down

0 comments on commit a54742a

Please sign in to comment.