Merge bitcoin/bitcoin#22888: build: Update default platform toolset in msvc-autogen.py

d1267fdbb0 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 d1267fdbb0.

Tree-SHA512: 390dc4876948af7f6b9f26eb1e64262f6386c2541a4647a6cb7abd8f1283c63ffbf5efba5e67a8075f0085a0557fc3f1b41e70f3ede0e8cef60d0fe2d6bf3be8
This commit is contained in:
MarcoFalke 2021-09-05 18:04:59 +02:00
commit 0ebd88fe0b
No known key found for this signature in database
GPG Key ID: CE2B75697E69A548

View File

@ -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',