aboutsummaryrefslogtreecommitdiffstats
path: root/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.rs b/build.rs
index 0c7e0f9..8542b19 100644
--- a/build.rs
+++ b/build.rs
@@ -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")