Chromium Code Reviews| Index: build/vs_toolchain.py |
| diff --git a/build/vs_toolchain.py b/build/vs_toolchain.py |
| index 1fd8a11445b275fce2be9029d85aadbcb6d75799..d259b25737a0e87d1f432161b5016c3ed7797cdd 100755 |
| --- a/build/vs_toolchain.py |
| +++ b/build/vs_toolchain.py |
| @@ -107,6 +107,7 @@ def DetectVisualStudioPath(): |
| # Default to Visual Studio 2013 for now. |
| version_as_year = os.environ.get('GYP_MSVS_VERSION', '2013') |
| + os.environ['GYP_MSVS_VERSION'] = version_as_year |
|
Daniel Bratell
2016/01/12 08:42:02
From a code maintenance point of view it doesn't s
|
| year_to_version = { |
| '2013': '12.0', |
| '2015': '14.0', |