Merge branch 'vzctl-fix-build-script'
This commit is contained in:
commit
470c88d84f
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue