File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ function ThrowOnNativeFailure {
13
13
14
14
$VsVersion = 2019
15
15
$MsvcVersion = ' 14.2'
16
- $BoostVersion = @ (1 , 87 , 0 )
16
+ $BoostVersion = @ (1 , 88 , 0 )
17
17
$OpensslVersion = ' 3_0_16'
18
18
19
19
switch ($Env: BITS ) {
Original file line number Diff line number Diff line change 5
5
6
6
#define WIN32_LEAN_AND_MEAN
7
7
#ifndef _WIN32_WINNT
8
- #define _WIN32_WINNT _WIN32_WINNT_VISTA
8
+ #define _WIN32_WINNT _WIN32_WINNT_WIN7
9
9
#endif /* _WIN32_WINNT */
10
10
#define NOMINMAX
11
11
#include < winsock2.h>
Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ if (-not (Test-Path env:OPENSSL_ROOT_DIR)) {
34
34
$env: OPENSSL_ROOT_DIR = ' c:\local\OpenSSL-Win64'
35
35
}
36
36
if (-not (Test-Path env:BOOST_ROOT)) {
37
- $env: BOOST_ROOT = ' c:\local\boost_1_87_0 '
37
+ $env: BOOST_ROOT = ' c:\local\boost_1_88_0 '
38
38
}
39
39
if (-not (Test-Path env:BOOST_LIBRARYDIR)) {
40
- $env: BOOST_LIBRARYDIR = ' c:\local\boost_1_87_0 \lib64-msvc-14.2'
40
+ $env: BOOST_LIBRARYDIR = ' c:\local\boost_1_88_0 \lib64-msvc-14.2'
41
41
}
42
42
if (-not (Test-Path env:FLEX_BINARY)) {
43
43
$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)) {
36
36
$env: OPENSSL_ROOT_DIR = " c:\local\OpenSSL_3_0_16-Win${env: BITS} "
37
37
}
38
38
if (-not (Test-Path env:BOOST_ROOT)) {
39
- $env: BOOST_ROOT = " c:\local\boost_1_87_0 -Win${env: BITS} "
39
+ $env: BOOST_ROOT = " c:\local\boost_1_88_0 -Win${env: BITS} "
40
40
}
41
41
if (-not (Test-Path env:BOOST_LIBRARYDIR)) {
42
- $env: BOOST_LIBRARYDIR = " c:\local\boost_1_87_0 -Win${env: BITS} \lib${env: BITS} -msvc-14.2"
42
+ $env: BOOST_LIBRARYDIR = " c:\local\boost_1_88_0 -Win${env: BITS} \lib${env: BITS} -msvc-14.2"
43
43
}
44
44
if (-not (Test-Path env:FLEX_BINARY)) {
45
45
$env: FLEX_BINARY = ' C:\ProgramData\chocolatey\bin\win_flex.exe'
You can’t perform that action at this time.
0 commit comments