]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Ensure LICENSE.txt file is generated even in PGO builds (GH-27580) (GH-27582)
authorSteve Dower <steve.dower@python.org>
Tue, 3 Aug 2021 16:38:04 +0000 (17:38 +0100)
committerGitHub <noreply@github.com>
Tue, 3 Aug 2021 16:38:04 +0000 (17:38 +0100)
PCbuild/regen.targets

index ff56d1148e845e16aad187ad776c773defdbaeff..08ace5707c6a898db8caec30c3fab0d6f71fa6fa 100644 (file)
     <Message Text="Wrote $(OutDir)LICENSE.txt" Importance="high" />
   </Target>
 
-  <Target Name="PostBuildRegen"
-          Condition="$(Configuration) != 'PGInstrument' and $(Configuration) != 'PGUpdate'"
-          DependsOnTargets="_RegenLicense" />
+  <Target Name="PostBuildRegen" DependsOnTargets="_RegenLicense" />
 </Project>