mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Fixes incorrect merge
This commit is contained in:
parent
e044dfa22b
commit
7ed2398448
1 changed files with 0 additions and 5 deletions
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue