mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #37446 from twangboy/fix_build_32
Detect VC++ for Python on Win32
This commit is contained in:
commit
7a9f95ab3b
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue