From: Steve Dower Date: Tue, 17 May 2016 15:57:53 +0000 (-0700) Subject: Fixes unnecessary rebuild when building Windows releases with PGO X-Git-Tag: v3.5.2rc1~148 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c710826ef211cf981543eeebe9b9203bd89e02da;p=thirdparty%2FPython%2Fcpython.git Fixes unnecessary rebuild when building Windows releases with PGO --- diff --git a/Tools/msi/buildrelease.bat b/Tools/msi/buildrelease.bat index fc7cb9fdc1f9..2eae07ad4a7d 100644 --- a/Tools/msi/buildrelease.bat +++ b/Tools/msi/buildrelease.bat @@ -168,7 +168,7 @@ if not "%SKIPBUILD%" EQU "1" ( "%BUILD%python.exe" %PGO% ) - @call "%PCBUILD%build.bat" -e -p %BUILD_PLAT% -c PGUpdate -t %TARGET% %CERTOPTS% + @call "%PCBUILD%build.bat" -e -p %BUILD_PLAT% -c PGUpdate -t Build %CERTOPTS% ) @if errorlevel 1 exit /B @echo off