Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit aa55649

Browse files
committed
Merge branch 'master' into openvino
2 parents 2b0993a + c2d3d49 commit aa55649

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sys/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ fn main() {
144144
let bindings = bindings.header("whisper.cpp/ggml/include/ggml-metal.h");
145145

146146
let bindings = bindings
147+
.clang_arg("-I./whisper.cpp/")
147148
.clang_arg("-I./whisper.cpp/include")
148149
.clang_arg("-I./whisper.cpp/ggml/include")
149150
.parse_callbacks(Box::new(bindgen::CargoCallbacks::new()))

0 commit comments

Comments
 (0)