This commit is contained in:
parent
0efce16d3c
commit
aac3785738
3 changed files with 15 additions and 7 deletions
|
|
@ -69,7 +69,7 @@ int main(int argc, char* argv[]) {
|
|||
Project project(std::move(projectPath));
|
||||
|
||||
if(command == "build") {
|
||||
std::tuple<Configuration&, BuildResult> config = project.Build(argument);
|
||||
std::tuple<Configuration&, BuildResult> config = project.Build(argument);
|
||||
try {
|
||||
if(std::get<1>(config).errors.empty()) {
|
||||
if(run){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue