Commit c710826e authored by Steve Dower's avatar Steve Dower

Fixes unnecessary rebuild when building Windows releases with PGO

parent 54044d60
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment