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

Commit c2d3d49

Browse files
committed
Fix include errors
1 parent eb09788 commit c2d3d49

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
@@ -125,6 +125,7 @@ fn main() {
125125
let bindings = bindings.header("whisper.cpp/ggml/include/ggml-metal.h");
126126

127127
let bindings = bindings
128+
.clang_arg("-I./whisper.cpp/")
128129
.clang_arg("-I./whisper.cpp/include")
129130
.clang_arg("-I./whisper.cpp/ggml/include")
130131
.parse_callbacks(Box::new(bindgen::CargoCallbacks::new()))

0 commit comments

Comments
 (0)