aboutsummaryrefslogtreecommitdiffstats
path: root/build.rs
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2023-01-08 16:14:22 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2023-01-08 16:15:13 +0100
commit212dfb23548ed79ba759cbe1d9f1cc189dab9f5a (patch)
tree6cae01dbab115b02023f9767964e6f4602c09803 /build.rs
parentc00dbb4579b98e248e99d546268782fa0f72bff0 (diff)
downloadfl2k_ampliphase-212dfb23548ed79ba759cbe1d9f1cc189dab9f5a.tar.gz
fl2k_ampliphase-212dfb23548ed79ba759cbe1d9f1cc189dab9f5a.tar.bz2
fl2k_ampliphase-212dfb23548ed79ba759cbe1d9f1cc189dab9f5a.zip
Rework fl2k buffer size
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")