| Index: build/vs_toolchain.py
|
| diff --git a/build/vs_toolchain.py b/build/vs_toolchain.py
|
| index 2b640fa373e7fe5796245ccbc19d8ad07000b55e..829e718025cf601177c666470789c67aaef0d73b 100755
|
| --- a/build/vs_toolchain.py
|
| +++ b/build/vs_toolchain.py
|
| @@ -306,8 +306,8 @@ def _GetDesiredVsToolchainHashes():
|
| to build with."""
|
| if GetVisualStudioVersion() == '2015':
|
| if bool(int(os.environ.get('DEPOT_TOOLS_WIN_TOOLCHAIN_PRERELEASE', '0'))):
|
| - # Update 3 pre-release, May 16th.
|
| - return ['283cc362f57dbe240e0d21f48ae45f9d834a425a']
|
| + # Update 3 final with patches.
|
| + return ['d5dc33b15d1b2c086f2f6632e2fd15882f80dbd3']
|
| else:
|
| # Update 2.
|
| return ['95ddda401ec5678f15eeed01d2bee08fcbc5ee97']
|
|
|