Skip to content

Commit

Permalink
remove block_types
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty2501 committed Jun 26, 2022
1 parent 65fa785 commit 726b630
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions crates/openjtalk-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,6 @@ fn generate_bindings(include_dir: impl AsRef<Path>) {
let bindings = bindgen::Builder::default()
.header("wrapper.hpp")
.clang_args(clang_args)
.layout_tests(false)
.blocklist_type("IMAGE_TLS_DIRECTORY")
.blocklist_type("IMAGE_TLS_DIRECTORY64")
.blocklist_type("_IMAGE_TLS_DIRECTORY32")
.blocklist_type("IMAGE_TLS_DIRECTORY32")
.blocklist_type("PIMAGE_TLS_DIRECTORY")
.blocklist_type("PIMAGE_TLS_DIRECTORY32")
.blocklist_type("_IMAGE_TLS_DIRECTORY32__bindgen_ty_1__bindgen_ty_1")
.blocklist_type("_IMAGE_TLS_DIRECTORY32__bindgen_ty_1")
.blocklist_type("PIMAGE_TLS_DIRECTORY64")
.blocklist_type("_IMAGE_TLS_DIRECTORY64")
.blocklist_type("_IMAGE_TLS_DIRECTORY64__bindgen_ty_1")
.blocklist_type("_IMAGE_TLS_DIRECTORY64__bindgen_ty_1__bindgen_ty_1")
.parse_callbacks(Box::new(bindgen::CargoCallbacks))
.size_t_is_usize(true)
.rustfmt_bindings(true)
Expand Down

0 comments on commit 726b630

Please sign in to comment.