mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
Windows: bump OpenSSL to v1.1.1t
This commit is contained in:
parent
e074e892ce
commit
2ec62d0dd9
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ function ThrowOnNativeFailure {
|
|||
$VsVersion = 2019
|
||||
$MsvcVersion = '14.2'
|
||||
$BoostVersion = @(1, 80, 0)
|
||||
$OpensslVersion = '1_1_1s'
|
||||
$OpensslVersion = '1_1_1t'
|
||||
|
||||
switch ($Env:BITS) {
|
||||
32 { }
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ if (-not (Test-Path env:CMAKE_GENERATOR_PLATFORM)) {
|
|||
}
|
||||
}
|
||||
if (-not (Test-Path env:OPENSSL_ROOT_DIR)) {
|
||||
$env:OPENSSL_ROOT_DIR = "c:\local\OpenSSL_1_1_1s-Win${env:BITS}"
|
||||
$env:OPENSSL_ROOT_DIR = "c:\local\OpenSSL_1_1_1t-Win${env:BITS}"
|
||||
}
|
||||
if (-not (Test-Path env:BOOST_ROOT)) {
|
||||
$env:BOOST_ROOT = "c:\local\boost_1_80_0-Win${env:BITS}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue