Merge branch 'vzctl-fix-build-script'

This commit is contained in:
Niko 2025-12-06 11:44:41 -08:00
commit 470c88d84f
No known key found for this signature in database

View file

@ -102,7 +102,7 @@ fn main() {
println!("cargo:rerun-if-changed=wrapper.h");
let out = PathBuf::from(env::var("OUT_DIR").unwrap());
let whisper_root = out.join("whisper.cpp/");
let whisper_root = out.join("whisper.cpp");
if !whisper_root.exists() {
std::fs::create_dir_all(&whisper_root).unwrap();