mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-22 05:04:30 +02:00
Bump Windows OpenSSL version to 3.0.16
This commit is contained in:
parent
8a1d9df767
commit
828f18f650
@ -14,7 +14,7 @@ function ThrowOnNativeFailure {
|
|||||||
$VsVersion = 2019
|
$VsVersion = 2019
|
||||||
$MsvcVersion = '14.2'
|
$MsvcVersion = '14.2'
|
||||||
$BoostVersion = @(1, 87, 0)
|
$BoostVersion = @(1, 87, 0)
|
||||||
$OpensslVersion = '3_0_15'
|
$OpensslVersion = '3_0_16'
|
||||||
|
|
||||||
switch ($Env:BITS) {
|
switch ($Env:BITS) {
|
||||||
32 { }
|
32 { }
|
||||||
|
@ -33,7 +33,7 @@ if (-not (Test-Path env:CMAKE_ARGS)) {
|
|||||||
$env:CMAKE_ARGS = '[]'
|
$env:CMAKE_ARGS = '[]'
|
||||||
}
|
}
|
||||||
if (-not (Test-Path env:OPENSSL_ROOT_DIR)) {
|
if (-not (Test-Path env:OPENSSL_ROOT_DIR)) {
|
||||||
$env:OPENSSL_ROOT_DIR = "c:\local\OpenSSL_3_0_15-Win${env:BITS}"
|
$env:OPENSSL_ROOT_DIR = "c:\local\OpenSSL_3_0_16-Win${env:BITS}"
|
||||||
}
|
}
|
||||||
if (-not (Test-Path env:BOOST_ROOT)) {
|
if (-not (Test-Path env:BOOST_ROOT)) {
|
||||||
$env:BOOST_ROOT = "c:\local\boost_1_87_0-Win${env:BITS}"
|
$env:BOOST_ROOT = "c:\local\boost_1_87_0-Win${env:BITS}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user