]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/AutoGen/GenMake.py
BaseTools: Fixed issue in MultiThread Genfds function
[mirror_edk2.git] / BaseTools / Source / Python / AutoGen / GenMake.py
index 724e64e0bade538f5896c42296d6b7fbb6257311..ed2368f6a37586e5e3f2d2d4550aaadc40827c07 100644 (file)
@@ -710,7 +710,7 @@ cleanlib:
             for index, Str in enumerate(FfsCmdList):\r
                 if '-o' == Str:\r
                     OutputFile = FfsCmdList[index + 1]\r
-                if '-i' == Str:\r
+                if '-i' == Str or "-oi" == Str:\r
                     if DepsFileList == []:\r
                         DepsFileList = [FfsCmdList[index + 1]]\r
                     else:\r