mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-30 11:55:57 +00:00
Use cargo rustc
to build Fornjot models
This provides more flexibility and the potential for making it easier for the user to specify models.
This commit is contained in:
parent
05b4ad8584
commit
5a98962c15
@ -90,7 +90,7 @@ impl Model {
|
|||||||
let mut command_root = Command::new("cargo");
|
let mut command_root = Command::new("cargo");
|
||||||
|
|
||||||
let command = command_root
|
let command = command_root
|
||||||
.arg("build")
|
.arg("rustc")
|
||||||
.args(["--manifest-path", &manifest_path]);
|
.args(["--manifest-path", &manifest_path]);
|
||||||
|
|
||||||
let cargo_output = command.output()?;
|
let cargo_output = command.output()?;
|
||||||
|
Loading…
Reference in New Issue
Block a user