Fixes incorrect merge

This commit is contained in:
Steve Dower 2016-11-14 16:16:44 -08:00
parent e044dfa22b
commit 7ed2398448

View file

@ -141,11 +141,6 @@ if not "%CERTNAME%" EQU "" (
)
if not "%SKIPBUILD%" EQU "1" (
@call "%PCBUILD%build.bat" -e -p %BUILD_PLAT% -d -t %TARGET% %CERTOPTS%
@if errorlevel 1 exit /B
@rem build.bat turns echo back on, so we disable it again
@echo off
if "%PGO%" EQU "" (
set PGOOPTS=
) else (