mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-12 02:07:39 +01: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:
parent
f4e12fd50c
commit
d1267fdbb0
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import argparse
|
||||||
from shutil import copyfile
|
from shutil import copyfile
|
||||||
|
|
||||||
SOURCE_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', 'src'))
|
SOURCE_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', 'src'))
|
||||||
DEFAULT_PLATFORM_TOOLSET = R'v141'
|
DEFAULT_PLATFORM_TOOLSET = R'v142'
|
||||||
|
|
||||||
libs = [
|
libs = [
|
||||||
'libbitcoin_cli',
|
'libbitcoin_cli',
|
||||||
|
|
Loading…
Add table
Reference in a new issue