commit
73a05c7854
1 changed files with 2 additions and 1 deletions
|
|
@ -80,7 +80,8 @@ fn main() {
|
||||||
let code = std::process::Command::new("cmake")
|
let code = std::process::Command::new("cmake")
|
||||||
.arg("--build")
|
.arg("--build")
|
||||||
.arg(".")
|
.arg(".")
|
||||||
.arg("--config Release")
|
.arg("--config")
|
||||||
|
.arg("Release")
|
||||||
.status()
|
.status()
|
||||||
.expect("Failed to build libwhisper.a");
|
.expect("Failed to build libwhisper.a");
|
||||||
if code.code() != Some(0) {
|
if code.code() != Some(0) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue