mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 22:28:21 +00:00
Use "make package-capi" instead of "make package"
This commit is contained in:
@@ -82,10 +82,10 @@ impl Config {
|
||||
println!("make build-capi: {result:#?}");
|
||||
}
|
||||
|
||||
println!("running make package...");
|
||||
println!("running make package-capi...");
|
||||
// run make package
|
||||
let mut cmd = std::process::Command::new("make");
|
||||
cmd.arg("package");
|
||||
cmd.arg("package-capi");
|
||||
cmd.current_dir(wasmer_base_dir.clone() + "wasmer");
|
||||
let result = cmd.output();
|
||||
println!("make package: {result:#?}");
|
||||
|
||||
Reference in New Issue
Block a user