Fix include errors

This commit is contained in:
Niko 2024-11-05 23:41:37 -07:00
parent eb09788a1e
commit c2d3d497ac
No known key found for this signature in database
GPG key ID: 3861E636EA1E0E2B

View file

@ -125,6 +125,7 @@ fn main() {
let bindings = bindings.header("whisper.cpp/ggml/include/ggml-metal.h");
let bindings = bindings
.clang_arg("-I./whisper.cpp/")
.clang_arg("-I./whisper.cpp/include")
.clang_arg("-I./whisper.cpp/ggml/include")
.parse_callbacks(Box::new(bindgen::CargoCallbacks::new()))