| Index: build/vs_toolchain.py
 | 
| diff --git a/build/vs_toolchain.py b/build/vs_toolchain.py
 | 
| index bdedd6fa8822f121da2687d338cbdf3f58140575..f68ba5224be334db91dab806f97ef9168a29ff18 100644
 | 
| --- a/build/vs_toolchain.py
 | 
| +++ b/build/vs_toolchain.py
 | 
| @@ -131,8 +131,7 @@ def CopyVsRuntimeDlls(output_dir, runtime_dirs):
 | 
|  def _GetDesiredVsToolchainHashes():
 | 
|    """Load a list of SHA1s corresponding to the toolchains that we want installed
 | 
|    to build with."""
 | 
| -  sha1path = os.path.join(script_dir,
 | 
| -                          '..', 'buildtools', 'toolchain_vs2013.hash')
 | 
| +  sha1path = os.path.join(script_dir, 'toolchain_vs2013.hash')
 | 
|    with open(sha1path, 'rb') as f:
 | 
|      return f.read().strip().splitlines()
 | 
|  
 | 
| 
 |