0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-04 13:55:23 -05:00

build: Update default platform toolset in msvc-autogen.py

The platform toolset was updated from v141 to v142 in #17364.
This commit is contained in:
Hennadii Stepanov 2021-09-04 15:34:58 +03:00
parent f4e12fd50c
commit d1267fdbb0
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

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