Skip to content

Commit 8da3960

Browse files
committed
remove bindgen option
1 parent c11cab1 commit 8da3960

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

alpm-sys/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ fn main() {
5050

5151
let bindings = bindgen::builder()
5252
.clang_args(&include)
53-
.array_pointers_in_arguments(true)
5453
.header(header.display().to_string())
5554
.allowlist_type("(alpm|ALPM).*")
5655
.allowlist_function("(alpm|ALPM).*")

0 commit comments

Comments
 (0)