mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
update MSVS toolchain
This commit is contained in:
parent
c0689b68c4
commit
5ac5090720
1 changed files with 2 additions and 2 deletions
|
@ -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__))
|
||||
|
|
Loading…
Reference in a new issue