File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ function ThrowOnNativeFailure {
1313
1414$VsVersion = 2022
1515$MsvcVersion = ' 14.3'
16- $BoostVersion = @ (1 , 88 , 0 )
16+ $BoostVersion = @ (1 , 89 , 0 )
1717$OpensslVersion = ' 3_0_16'
1818
1919switch ($Env: BITS ) {
Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ if (-not (Test-Path env:OPENSSL_ROOT_DIR)) {
3434 $env: OPENSSL_ROOT_DIR = ' c:\local\OpenSSL-Win64'
3535}
3636if (-not (Test-Path env:BOOST_ROOT)) {
37- $env: BOOST_ROOT = ' c:\local\boost_1_88_0 '
37+ $env: BOOST_ROOT = ' c:\local\boost_1_89_0 '
3838}
3939if (-not (Test-Path env:BOOST_LIBRARYDIR)) {
40- $env: BOOST_LIBRARYDIR = ' c:\local\boost_1_88_0 \lib64-msvc-14.3'
40+ $env: BOOST_LIBRARYDIR = ' c:\local\boost_1_89_0 \lib64-msvc-14.3'
4141}
4242if (-not (Test-Path env:FLEX_BINARY)) {
4343 $env: FLEX_BINARY = ' C:\ProgramData\chocolatey\bin\win_flex.exe'
Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ if (-not (Test-Path env:OPENSSL_ROOT_DIR)) {
3636 $env: OPENSSL_ROOT_DIR = " c:\local\OpenSSL_3_0_16-Win${env: BITS} "
3737}
3838if (-not (Test-Path env:BOOST_ROOT)) {
39- $env: BOOST_ROOT = " c:\local\boost_1_88_0 -Win${env: BITS} "
39+ $env: BOOST_ROOT = " c:\local\boost_1_89_0 -Win${env: BITS} "
4040}
4141if (-not (Test-Path env:BOOST_LIBRARYDIR)) {
42- $env: BOOST_LIBRARYDIR = " c:\local\boost_1_88_0 -Win${env: BITS} \lib${env: BITS} -msvc-14.3"
42+ $env: BOOST_LIBRARYDIR = " c:\local\boost_1_89_0 -Win${env: BITS} \lib${env: BITS} -msvc-14.3"
4343}
4444if (-not (Test-Path env:FLEX_BINARY)) {
4545 $env: FLEX_BINARY = ' C:\ProgramData\chocolatey\bin\win_flex.exe'
You can’t perform that action at this time.
0 commit comments