Merge pull request #37446 from twangboy/fix_build_32

Detect VC++ for Python on Win32
This commit is contained in:
Mike Place 2016-11-04 17:04:02 +13:00 committed by GitHub
commit 7a9f95ab3b

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)