mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
revert to 22621 toolchain
This commit is contained in:
parent
1a751586fe
commit
4360349b80
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ 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 = 'eb715acd3d'
|
||||
SDK_VERSION = '10.0.26100.0'
|
||||
TOOLCHAIN_HASH = '2fd6fb935f'
|
||||
SDK_VERSION = '10.0.22621.0'
|
||||
|
||||
script_dir = os.path.dirname(os.path.realpath(__file__))
|
||||
json_data_file = os.path.join(script_dir, 'win_toolchain.json')
|
||||
|
|
Loading…
Reference in a new issue