diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-01-08 16:14:22 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-01-08 16:15:13 +0100 |
commit | 212dfb23548ed79ba759cbe1d9f1cc189dab9f5a (patch) | |
tree | 6cae01dbab115b02023f9767964e6f4602c09803 /build.rs | |
parent | c00dbb4579b98e248e99d546268782fa0f72bff0 (diff) | |
download | fl2k_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.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") |