mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Fix VC Compiler detection for 32bit Windows
This commit is contained in:
parent
978775714b
commit
e661540526
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user