NOISSUE resolve library activeness during application to profile
This commit is contained in:
parent
f63d1bc99c
commit
576d808d71
12 changed files with 51 additions and 87 deletions
|
@ -207,8 +207,8 @@ void OneSixUpdate::jarlibStart()
|
|||
jarlibDownloadJob.reset(job);
|
||||
}
|
||||
|
||||
auto libs = version->getActiveNativeLibs();
|
||||
libs.append(version->getActiveNormalLibs());
|
||||
auto libs = version->getNativeLibraries();
|
||||
libs.append(version->getLibraries());
|
||||
|
||||
auto metacache = ENV.metacache();
|
||||
QList<ForgeXzDownloadPtr> ForgeLibs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue