mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-10-09 19:13:28 +02:00
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: ACKd1267fdbb0
. Tree-SHA512: 390dc4876948af7f6b9f26eb1e64262f6386c2541a4647a6cb7abd8f1283c63ffbf5efba5e67a8075f0085a0557fc3f1b41e70f3ede0e8cef60d0fe2d6bf3be8
This commit is contained in:
@@ -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',
|
||||||
|
Reference in New Issue
Block a user