]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/AutoGen/ModuleAutoGen.py
BaseTools: Fixed the bug of multi-thread genffs for override inf
[mirror_edk2.git] / BaseTools / Source / Python / AutoGen / ModuleAutoGen.py
index 5f28681e3146418fec307b7ccf2bccdd9fdf7bfa..fad5bab0f24d0ec68258d81da6ae1cc76c5dce47 100755 (executable)
@@ -2123,7 +2123,7 @@ class ModuleAutoGen(AutoGen):
             self.CreateCodeFile()\r
         if not (self.MetaFile.Path, self.Arch) in gDict or \\r
            not gDict[(self.MetaFile.Path, self.Arch)].CreateMakeFileDone:\r
-            self.CreateMakeFile(GenFfsList=GlobalData.FfsCmd.get((self.MetaFile.File, self.Arch),[]))\r
+            self.CreateMakeFile(GenFfsList=GlobalData.FfsCmd.get((self.MetaFile.Path, self.Arch),[]))\r
 \r
         if not (self.MetaFile.Path, self.Arch) in gDict or \\r
            not gDict[(self.MetaFile.Path, self.Arch)].CreateCodeFileDone or \\r