mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Detect VC for Python correctly on 32bit Windows
This commit is contained in:
parent
80a99c4cc5
commit
2de69f48f8
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