| Index: build/vs_toolchain.py
|
| diff --git a/build/vs_toolchain.py b/build/vs_toolchain.py
|
| index bb8f96c4e52cc3232e0ab5eaa2580e8cfba3a82d..31af518983540481a1638ec3475d9d84408552b6 100755
|
| --- a/build/vs_toolchain.py
|
| +++ b/build/vs_toolchain.py
|
| @@ -342,8 +342,8 @@ def _GetDesiredVsToolchainHashes():
|
| # Update 3 final with patches with 10.0.14393.0 SDK.
|
| return ['d3cb0e37bdd120ad0ac4650b674b09e81be45616']
|
| if env_version == '2017':
|
| - # VS 2017 RTM with 10.0.14393.0 SDK and dbghelp.dll fixes.
|
| - return ['4e8a360587a3c8ff3fa46aa9271e982bf3e948ec']
|
| + # VS 2017 Update 3 Preview 1 with 10.0.14393.0 SDK and patched statreg.h.
|
| + return ['3915730f76bd9c6155aed871b944b0a25c18f15e']
|
| raise Exception('Unsupported VS version %s' % env_version)
|
|
|
|
|
|
|