This commit is contained in:
parent
223d1fd550
commit
d05703792d
1 changed files with 0 additions and 8 deletions
|
|
@ -340,18 +340,10 @@ namespace Crafter {
|
||||||
}
|
}
|
||||||
resultsDep[i] = depResult.errors;
|
resultsDep[i] = depResult.errors;
|
||||||
|
|
||||||
#ifdef CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_pc_linux_gnu
|
|
||||||
if (depLibSet.insert(outputLib).second) {
|
if (depLibSet.insert(outputLib).second) {
|
||||||
libsString+=std::format(" -l{}", outputLib);
|
libsString+=std::format(" -l{}", outputLib);
|
||||||
}
|
}
|
||||||
AddLibsRecursive(libsString, depLibSet, std::get<1>(config.dependencies[i]));
|
AddLibsRecursive(libsString, depLibSet, std::get<1>(config.dependencies[i]));
|
||||||
#endif
|
|
||||||
#if defined(CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_pc_windows_msvc) || defined(CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_w64_mingw32)
|
|
||||||
if (depLibSet.insert(outputLib).second) {
|
|
||||||
files+=std::format(" {}.lib", outputLib);
|
|
||||||
}
|
|
||||||
AddLibsRecursive(files, depLibSet, std::get<1>(config.dependencies[i]));
|
|
||||||
#endif
|
|
||||||
libMutex.unlock();
|
libMutex.unlock();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue