Fix VC Compiler detection for 32bit Windows

This commit is contained in:
twangboy 2016-08-09 20:44:47 +00:00
parent 978775714b
commit e661540526

View File

@ -38,7 +38,8 @@ Function Get-Settings {
# Location of programs on 32 bit Windows
$32bitPaths = @{
"NSISDir" = "C:\Program Files\NSIS"
"NSISDir" = "C:\Program Files\NSIS"
"VCforPythonDir" = "C:\Program Files\Common Files\Microsoft\Visual C++ for Python\9.0"
}
$ini.Add("32bitPaths", $32bitPaths)