Skip to content

Commit 0ebd88f

Browse files
author
MarcoFalke
committed
Merge bitcoin/bitcoin#22888: build: Update default platform toolset in msvc-autogen.py
d1267fd 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 d1267fd. Tree-SHA512: 390dc4876948af7f6b9f26eb1e64262f6386c2541a4647a6cb7abd8f1283c63ffbf5efba5e67a8075f0085a0557fc3f1b41e70f3ede0e8cef60d0fe2d6bf3be8
2 parents 91e07cc + d1267fd commit 0ebd88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_msvc/msvc-autogen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from shutil import copyfile
1010

1111
SOURCE_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', 'src'))
12-
DEFAULT_PLATFORM_TOOLSET = R'v141'
12+
DEFAULT_PLATFORM_TOOLSET = R'v142'
1313

1414
libs = [
1515
'libbitcoin_cli',

0 commit comments

Comments
 (0)