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 a35e692 commit 57dfb53Copy full SHA for 57dfb53
plugins/scanner/build.rs
@@ -75,10 +75,6 @@ mod bindings {
75
let mut builder = bindgen::builder()
76
.raw_line("#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals)]")
77
.header("wrapper.h")
78
- .clang_arg("-I./opt/x86_64-linux-musl/include")
79
- .clang_arg("-I./opt/x86_64-linux-musl/x86_64-linux-musl/include")
80
- .clang_arg("-I./opt/x86_64-linux-musl/x86_64-linux-musl/include/strings.h")
81
- .clang_arg("-I./opt/x86_64-linux-musl/x86_64-linux-musl/include/linux")
82
.clang_arg("-Iinclude")
83
.clang_arg("-Iclamav")
84
.clang_arg("-Iclamav/build")
0 commit comments