get mingw32 to work

This commit is contained in:
Henning Peters 2015-12-22 23:41:37 +01:00
parent e4ec132b00
commit e457975e8c

View File

@ -10,11 +10,10 @@ $ErrorActionPreference = "Stop"
if(!(Test-Path -Path ".build"))
{
virtualenv .build --system-site-packages --python $python
}
if($compiler)
{
"[build]`r`ncompiler=$compiler" | Out-File .\.build\Lib\distutils\distutils.cfg
if($compiler)
{
"[build]`r`ncompiler=$compiler" | Out-File -Encoding ascii .\.build\Lib\distutils\distutils.cfg
}
}
.build\Scripts\activate.ps1