From 3977de2616650c1ed2c9bf392c88eb2d0dd837d4 Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Fri, 5 May 2017 17:56:06 +0200 Subject: make.bat: add -p opt --- make.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make.bat') diff --git a/make.bat b/make.bat index 98456457..cdabe3a6 100644 --- a/make.bat +++ b/make.bat @@ -29,4 +29,4 @@ if "%TSCRIPT%" == "" ( rem Needed to locate the .pypirc file and upload exes on PYPI. set HOME=%USERPROFILE% -%PYTHON% scripts\internal\winmake.py %1 %2 +%PYTHON% scripts\internal\winmake.py %1 %2 %3 %4 %5 %6 -- cgit v1.2.1