PCbuild/build.bat: pass command line parameters when building PGO (#1510)

Custom msbuild properties passed as command line need to be passed too when calling `Build` when doing PGO build.
This commit is contained in:
Charles 2017-05-10 04:58:48 +07:00 committed by Victor Stinner
parent 6d336a0279
commit 291557e290
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ if "%kill%"=="true" call :Kill
if "%do_pgo%"=="true" (
set conf=PGInstrument
call :Build
call :Build %1 %2 %3 %4 %5 %6 %7 %8 %9
del /s "%dir%\*.pgc"
del /s "%dir%\..\Lib\*.pyc"
echo on