diff options
| -rw-r--r-- | build.rs | 2 | ||||
| -rw-r--r-- | wrapper.h | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -10,7 +10,7 @@ fn main() { println!("cargo:rustc-link-lib=bch"); let bindings = bindgen::Builder::default() - .header("wrapper.h") + .header("src/bch/bch.h") .generate() .expect("Unable to generate bindings"); diff --git a/wrapper.h b/wrapper.h deleted file mode 100644 index e1cf851..0000000 --- a/wrapper.h +++ /dev/null @@ -1 +0,0 @@ -#include "src/bch/bch.h" |
