diff options
Diffstat (limited to 'build.rs')
-rw-r--r-- | build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ fn main() { println!("cargo:rustc-link-lib=usb-1.0"); // Tell cargo to invalidate the built crate whenever the wrapper changes - println!("cargo:rerun-if-changed=c_sources/osmo-fl2k.h"); + println!("cargo:rerun-if-changed=c_sources/*"); let bindings = bindgen::Builder::default() .header("c_sources/osmo-fl2k.h") |