This commit is contained in:
Jorijn van der Graaf 2025-09-09 18:10:54 +02:00
commit a36beab2ac
6 changed files with 71 additions and 10 deletions

View file

@ -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());
});
}
}