mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add vcredist 14 dlls
This commit is contained in:
parent
3487d761a2
commit
d120a8906f
1 changed files with 8 additions and 0 deletions
|
@ -64,6 +64,10 @@ Function Get-Settings {
|
|||
"SSLeay" = "ssleay32.dll"
|
||||
"OpenSSLLic" = "OpenSSL_License.txt"
|
||||
"libsodium" = "libsodium.dll"
|
||||
"concrt" = "concrt140.dll"
|
||||
"msvcp" = "msvcp140.dll"
|
||||
"vccorlib" = "vccorlib140.dll"
|
||||
"vcruntime" = "vcruntime140.dll"
|
||||
}
|
||||
$ini.Add("64bitDLLs", $64bitDLLs)
|
||||
|
||||
|
@ -73,6 +77,10 @@ Function Get-Settings {
|
|||
"SSLeay" = "ssleay32.dll"
|
||||
"OpenSSLLic" = "OpenSSL_License.txt"
|
||||
"libsodium" = "libsodium.dll"
|
||||
"concrt" = "concrt140.dll"
|
||||
"msvcp" = "msvcp140.dll"
|
||||
"vccorlib" = "vccorlib140.dll"
|
||||
"vcruntime" = "vcruntime140.dll"
|
||||
}
|
||||
$ini.Add("32bitDLLs", $32bitDLLs)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue