Browse Source

Fixes unnecessary rebuild when building Windows releases with PGO

pull/40/head
Steve Dower 10 years ago
parent
commit
c710826ef2
  1. 2
      Tools/msi/buildrelease.bat

2
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

Loading…
Cancel
Save