Skip to content

Commit d1267fd

Browse files
committed
build: Update default platform toolset in msvc-autogen.py
The platform toolset was updated from v141 to v142 in #17364.
1 parent f4e12fd commit d1267fd

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)