aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-09-05 18:04:59 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-09-05 18:05:02 +0200
commit0ebd88fe0bf45d872883b4d361147f5c047b1a46 (patch)
tree3df5010eca3c200454ae6f6d31c95cbea90e243e
parent91e07cc50db675b97fee324a8a293bc6b353d991 (diff)
parentd1267fdbb01120827785451d6468137a0bed46c5 (diff)
downloadbitcoin-0ebd88fe0bf45d872883b4d361147f5c047b1a46.tar.xz
Merge bitcoin/bitcoin#22888: build: Update default platform toolset in msvc-autogen.py
d1267fdbb01120827785451d6468137a0bed46c5 build: Update default platform toolset in msvc-autogen.py (Hennadii Stepanov) Pull request description: The platform toolset was updated from v141 to v142 in #17364. ACKs for top commit: sipsorcery: ACK d1267fdbb01120827785451d6468137a0bed46c5. Tree-SHA512: 390dc4876948af7f6b9f26eb1e64262f6386c2541a4647a6cb7abd8f1283c63ffbf5efba5e67a8075f0085a0557fc3f1b41e70f3ede0e8cef60d0fe2d6bf3be8
-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',