get mingw32 to work

This commit is contained in:
Henning Peters 2015-12-22 23:27:34 +01:00
parent 0e321a7105
commit e4ec132b00
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
param ( param (
[string]$python = $(throw "-python is required."), [string]$python = $(throw "-python is required."),
[string]$install_mode = $(throw "-install_mode is required."), [string]$install_mode = $(throw "-install_mode is required."),
[string]$pip_date [string]$pip_date,
[string]$compiler [string]$compiler
) )