update
This commit is contained in:
parent
90f8d3e1d9
commit
a36beab2ac
6 changed files with 71 additions and 10 deletions
|
|
@ -43,7 +43,7 @@ void Source::GetSourceFiles(std::string clangDir, const Configuration& config, f
|
|||
if(config.verbose) {
|
||||
std::cout << command << std::endl;
|
||||
}
|
||||
system(command.c_str());
|
||||
BounceCommand(command.c_str());
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue