]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixes unnecessary rebuild when building Windows releases with PGO
authorSteve Dower <steve.dower@microsoft.com>
Tue, 17 May 2016 15:57:53 +0000 (08:57 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Tue, 17 May 2016 15:57:53 +0000 (08:57 -0700)
Tools/msi/buildrelease.bat

index fc7cb9fdc1f999fc4efb7649ac4b50408a0cac90..2eae07ad4a7dfe492d95b90e9b04fd64aa049b11 100644 (file)
@@ -168,7 +168,7 @@ if not "%SKIPBUILD%" EQU "1" (
             "%BUILD%python.exe" %PGO%\r
         )\r
         \r
-        @call "%PCBUILD%build.bat" -e -p %BUILD_PLAT% -c PGUpdate -t %TARGET% %CERTOPTS%\r
+        @call "%PCBUILD%build.bat" -e -p %BUILD_PLAT% -c PGUpdate -t Build %CERTOPTS%\r
     )\r
     @if errorlevel 1 exit /B\r
     @echo off\r