diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2017-05-05 17:56:06 +0200 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2017-05-05 17:56:06 +0200 |
| commit | 3977de2616650c1ed2c9bf392c88eb2d0dd837d4 (patch) | |
| tree | 818efb750576d4d3e3380d924049fa5e4dc5aa03 /make.bat | |
| parent | 982f255b4a14c96482ad1ce455b0f2fb0275e144 (diff) | |
| download | psutil-3977de2616650c1ed2c9bf392c88eb2d0dd837d4.tar.gz | |
make.bat: add -p opt
Diffstat (limited to 'make.bat')
| -rw-r--r-- | make.bat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
