mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-30 20:05:55 +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 command = command_root
|
||||
.arg("build")
|
||||
.arg("rustc")
|
||||
.args(["--manifest-path", &manifest_path]);
|
||||
|
||||
let cargo_output = command.output()?;
|
||||
|
Loading…
Reference in New Issue
Block a user