From: Steve Dower Date: Tue, 3 Aug 2021 15:52:45 +0000 (+0100) Subject: Ensure LICENSE.txt file is generated even in PGO builds (GH-27580) X-Git-Tag: v3.11.0a1~481 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6871fd0e8e5257f3ffebd1a1b2ca50e5f494e7f6;p=thirdparty%2FPython%2Fcpython.git Ensure LICENSE.txt file is generated even in PGO builds (GH-27580) --- diff --git a/PCbuild/regen.targets b/PCbuild/regen.targets index 27fdd6e29b8b..9492cff2d8c3 100644 --- a/PCbuild/regen.targets +++ b/PCbuild/regen.targets @@ -101,7 +101,8 @@ + Condition="($(Platform) == 'Win32' or $(Platform) == 'x64') and + $(Configuration) != 'PGInstrument' and $(Configuration) != 'PGUpdate'"> @@ -121,7 +122,5 @@ - +