aboutsummaryrefslogtreecommitdiff
path: root/build_msvc
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-09-04 15:34:58 +0300
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-09-04 15:34:58 +0300
commitd1267fdbb01120827785451d6468137a0bed46c5 (patch)
tree980e8a45f4c3a8431cb1e1ec9fdf7d56b701da3c /build_msvc
parentf4e12fd50c23875f4b5f272c94449eb81de43d5d (diff)
downloadbitcoin-d1267fdbb01120827785451d6468137a0bed46c5.tar.xz
build: Update default platform toolset in msvc-autogen.py
The platform toolset was updated from v141 to v142 in #17364.
Diffstat (limited to 'build_msvc')
-rwxr-xr-xbuild_msvc/msvc-autogen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_msvc/msvc-autogen.py b/build_msvc/msvc-autogen.py
index d99b17d381..a1ed935996 100755
--- a/build_msvc/msvc-autogen.py
+++ b/build_msvc/msvc-autogen.py
@@ -9,7 +9,7 @@ import argparse
from shutil import copyfile
SOURCE_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', 'src'))
-DEFAULT_PLATFORM_TOOLSET = R'v141'
+DEFAULT_PLATFORM_TOOLSET = R'v142'
libs = [
'libbitcoin_cli',