This commit is contained in:
parent
48417a4c7c
commit
211281fad4
1 changed files with 1 additions and 0 deletions
|
|
@ -382,6 +382,7 @@ namespace Crafter {
|
|||
depThreads[i] = std::thread([i, &config, &libMutex, &depLibSet, &buildDir, &pcmDir, &libsString, &binDir, this, &buildResult, &resultsDep](){
|
||||
for(Configuration& config2 : std::get<0>(config.dependencies[i])->configurations) {
|
||||
config2.target = config.target;
|
||||
config2.march = config.march;
|
||||
}
|
||||
std::string outputLib = std::get<0>(config.dependencies[i])->name+std::get<1>(config.dependencies[i]).name;
|
||||
BuildResult depResult = std::get<0>(config.dependencies[i])->Build(std::get<1>(config.dependencies[i]), pcmDir, binDir, buildDir/std::get<0>(config.dependencies[i])->name/std::get<0>(config.dependencies[i])->buildDir, outputLib);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue