mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fixes unnecessary rebuild when building Windows releases with PGO
This commit is contained in:
parent
54044d605f
commit
c710826ef2
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ if not "%SKIPBUILD%" EQU "1" (
|
||||||
"%BUILD%python.exe" %PGO%
|
"%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
|
@if errorlevel 1 exit /B
|
||||||
@echo off
|
@echo off
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue