Skip to content

Commit

Permalink
Feable attempt to fix Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Apr 10, 2023
1 parent fae9b43 commit 3cead93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blosc2-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ fn main() {
let out = PathBuf::from(&(format!("{}/src/ffi.rs", env!("CARGO_MANIFEST_DIR"))));
bindgen::Builder::default()
.header(&format!("{}/include/blosc2.h", lib.display()))
.clang_arg("-fPIE")
.derive_default(true)
.derive_copy(true)
.derive_debug(true)
Expand Down

0 comments on commit 3cead93

Please sign in to comment.