We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11cab1 commit 8da3960Copy full SHA for 8da3960
alpm-sys/build.rs
@@ -50,7 +50,6 @@ fn main() {
50
51
let bindings = bindgen::builder()
52
.clang_args(&include)
53
- .array_pointers_in_arguments(true)
54
.header(header.display().to_string())
55
.allowlist_type("(alpm|ALPM).*")
56
.allowlist_function("(alpm|ALPM).*")
0 commit comments