|
@@ -104,6 +104,7 @@ pub fn build_project(runner: String, args: Vec<String>) -> crate::Result<()> {
|
|
Command::new(&runner)
|
|
Command::new(&runner)
|
|
.args(&["build", "--features=custom-protocol"])
|
|
.args(&["build", "--features=custom-protocol"])
|
|
.args(args)
|
|
.args(args)
|
|
|
|
+ .env("STATIC_VCRUNTIME", "true")
|
|
.pipe()?
|
|
.pipe()?
|
|
.output_ok()
|
|
.output_ok()
|
|
.with_context(|| format!("Result of `{} build` operation was unsuccessful", runner))?;
|
|
.with_context(|| format!("Result of `{} build` operation was unsuccessful", runner))?;
|