From e4ec132b00c1e90f95a27261f1206241a85eb3dd Mon Sep 17 00:00:00 2001 From: Henning Peters Date: Tue, 22 Dec 2015 23:27:34 +0100 Subject: [PATCH] get mingw32 to work --- venv.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/venv.ps1 b/venv.ps1 index e84822309..635a1c59c 100644 --- a/venv.ps1 +++ b/venv.ps1 @@ -1,7 +1,7 @@ param ( [string]$python = $(throw "-python is required."), [string]$install_mode = $(throw "-install_mode is required."), - [string]$pip_date + [string]$pip_date, [string]$compiler )