Skip to content

Commit 57dfb53

Browse files
committed
remove unused include flags
1 parent a35e692 commit 57dfb53

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

plugins/scanner/build.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,6 @@ mod bindings {
7575
let mut builder = bindgen::builder()
7676
.raw_line("#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals)]")
7777
.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")
8278
.clang_arg("-Iinclude")
8379
.clang_arg("-Iclamav")
8480
.clang_arg("-Iclamav/build")

0 commit comments

Comments
 (0)