Fixes unnecessary rebuild when building Windows releases with PGO

This commit is contained in:
Steve Dower 2016-05-17 08:57:53 -07:00
parent 54044d605f
commit c710826ef2

View file

@ -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