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
ddb7984329
commit
5b0a2ba7b1
1 changed files with 1 additions and 1 deletions
|
@ -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__))
|
||||||
|
|
Loading…
Reference in a new issue