Detect VC for Python correctly on 32bit Windows

This commit is contained in:
twangboy 2016-11-03 18:23:19 +00:00
parent 80a99c4cc5
commit 2de69f48f8

View file

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