mirror of https://github.com/acidanthera/audk.git
Fix a bug that can't add library MSA specific build option in multi-thread build mode.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1914 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
9e0e49fc76
commit
e4764daec7
|
@ -330,6 +330,11 @@ public class FpdParserForThread extends FpdParserTask {
|
||||||
allThreads.put(libFpdModuleId, liBuildThread);
|
allThreads.put(libFpdModuleId, liBuildThread);
|
||||||
|
|
||||||
updateFvs("libqueue", libFpdModuleId);
|
updateFvs("libqueue", libFpdModuleId);
|
||||||
|
|
||||||
|
saq.push(GlobalData.getDoc(libinstances[i], fpdModuleId.getArch()));
|
||||||
|
GlobalData.addMsaBuildOption(libinstances[i], parseMsaBuildOptions(false));
|
||||||
|
GlobalData.addMsaFamilyBuildOption(libinstances[i], parseMsaBuildOptions(true));
|
||||||
|
saq.pop();
|
||||||
}
|
}
|
||||||
|
|
||||||
genBuildThread.setDependencies(dependencies);
|
genBuildThread.setDependencies(dependencies);
|
||||||
|
|
Loading…
Reference in New Issue