update MSVS toolchain

This commit is contained in:
Alexander Frick 2024-02-04 06:40:33 -06:00
parent c0689b68c4
commit 5ac5090720

View file

@ -16,7 +16,7 @@ import sys
from gn_helpers import ToGNString
# VS 2022 17.8.3 with 10.0.22621.2428 SDK with ARM64 libraries and UWP support.
# VS 2022 17.8.6 with 10.0.22621.2428 SDK with ARM64 libraries and UWP support.
# See go/chromium-msvc-toolchain for instructions about how to update the
# toolchain.
#
@ -38,7 +38,7 @@ from gn_helpers import ToGNString
# Maps between Visual Studio version and MSVC toolset
# * MSVS_VERSIONS in this file
# Records the packaged and default version of Visual Studio
TOOLCHAIN_HASH = 'cacabf52f1'
TOOLCHAIN_HASH = '195b2eb383'
SDK_VERSION = '10.0.22621.0'
script_dir = os.path.dirname(os.path.realpath(__file__))