Skip to content

Commit

Permalink
VS 2015 package with VSINSTALLDIR and VCINSTALLDIR
Browse files Browse the repository at this point in the history
This is a rebuild of the VS 2015 package that incorporates
the changes made in crrev.com/1604423002

BUG=82385

Review URL: https://codereview.chromium.org/1608373002

Cr-Commit-Position: refs/heads/master@{#370586}
  • Loading branch information
randomascii authored and Commit bot committed Jan 21, 2016
1 parent dcb2d1b commit 9b7851a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/vs_toolchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def _GetDesiredVsToolchainHashes():
to build with."""
if GetVisualStudioVersion() == '2015':
# Update 1 with Debuggers, UCRT installers and ucrtbased.dll
return ['524956ec6e64e68fead3773e3ce318537657b404']
return ['5a85cf1ce842f7cc96b9d17039a445a9dc9cf0dd']
else:
# Default to VS2013.
return ['9ff97c632ae1fee0c98bcd53e71770eb3a0d8deb']
Expand Down

0 comments on commit 9b7851a

Please sign in to comment.