Skip to content

Commit

Permalink
remove bindgen option
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganamilo committed Dec 1, 2023
1 parent c11cab1 commit 8da3960
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion alpm-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ fn main() {

let bindings = bindgen::builder()
.clang_args(&include)
.array_pointers_in_arguments(true)
.header(header.display().to_string())
.allowlist_type("(alpm|ALPM).*")
.allowlist_function("(alpm|ALPM).*")
Expand Down

0 comments on commit 8da3960

Please sign in to comment.