| Index: build/vs_toolchain.py
|
| diff --git a/build/vs_toolchain.py b/build/vs_toolchain.py
|
| index 243159d857c9dcf735f85d55f6e8bcb9cc2c902a..7b3e5350715dda6c2f93833c2b9f0d2091493066 100755
|
| --- a/build/vs_toolchain.py
|
| +++ b/build/vs_toolchain.py
|
| @@ -335,8 +335,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.
|
| - return ['716b3fda0f857c3dc24d795d1a4d74e1e740face']
|
| + # VS 2017 RTM with 10.0.14393.0 SDK and dbghelp.dll fixes.
|
| + return ['4e8a360587a3c8ff3fa46aa9271e982bf3e948ec']
|
| raise Exception('Unsupported VS version %s' % env_version)
|
|
|
|
|
|
|