update MSVS toolchain

This commit is contained in:
Alexander Frick 2023-12-31 09:29:31 -06:00
parent ddb7984329
commit 5b0a2ba7b1

View file

@ -38,7 +38,7 @@ from gn_helpers import ToGNString
# Maps between Visual Studio version and MSVC toolset # Maps between Visual Studio version and MSVC toolset
# * MSVS_VERSIONS in this file # * MSVS_VERSIONS in this file
# Records the packaged and default version of Visual Studio # Records the packaged and default version of Visual Studio
TOOLCHAIN_HASH = '7eee888925' TOOLCHAIN_HASH = 'cacabf52f1'
SDK_VERSION = '10.0.22621.0' SDK_VERSION = '10.0.22621.0'
script_dir = os.path.dirname(os.path.realpath(__file__)) script_dir = os.path.dirname(os.path.realpath(__file__))