diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-11-15 00:16:44 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-11-15 00:16:44 (GMT) |
commit | 7ed2398448edf3298f70a7c6ee28b1d75a462f37 (patch) | |
tree | 32c5678495913c6049da805dcf1a5a4fd7d5ea28 /Tools/msi | |
parent | e044dfa22b4d4cef982fbf01f8f8f6d971381148 (diff) | |
download | cpython-7ed2398448edf3298f70a7c6ee28b1d75a462f37.zip cpython-7ed2398448edf3298f70a7c6ee28b1d75a462f37.tar.gz cpython-7ed2398448edf3298f70a7c6ee28b1d75a462f37.tar.bz2 |
Fixes incorrect merge
Diffstat (limited to 'Tools/msi')
-rw-r--r-- | Tools/msi/buildrelease.bat | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Tools/msi/buildrelease.bat b/Tools/msi/buildrelease.bat index 9a20a56..75d9df2 100644 --- a/Tools/msi/buildrelease.bat +++ b/Tools/msi/buildrelease.bat @@ -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 (
|