| Index: build/vs_toolchain.py
|
| diff --git a/build/vs_toolchain.py b/build/vs_toolchain.py
|
| index 66a3cd8e8640147ffaa07bd930dc3252f99bd45e..55898ecf56e72d417e2f66ca242fe8315a949695 100755
|
| --- a/build/vs_toolchain.py
|
| +++ b/build/vs_toolchain.py
|
| @@ -275,7 +275,7 @@ def _GetDesiredVsToolchainHashes():
|
| return ['524956ec6e64e68fead3773e3ce318537657b404']
|
| else:
|
| # Default to VS2013.
|
| - return ['9ff97c632ae1fee0c98bcd53e71770eb3a0d8deb']
|
| + return ['4087e065abebdca6dbd0caca2910c6718d2ec67f']
|
|
|
|
|
| def ShouldUpdateToolchain():
|
|
|