diff --git a/BaseTools/Source/Python/build/build.py b/BaseTools/Source/Python/build/build.py index e81d3d6486..8df53e7c79 100755 --- a/BaseTools/Source/Python/build/build.py +++ b/BaseTools/Source/Python/build/build.py @@ -2204,6 +2204,7 @@ class Build(): if self.SkipAutoGen: Wa = self.VerifyAutoGenFiles() if Wa is None: + self.SkipAutoGen = False Wa, self.BuildModules = self.PerformAutoGen(BuildTarget,ToolChain) else: GlobalData.gAutoGenPhase = True