| Index: gypfiles/vs_toolchain.py
|
| diff --git a/gypfiles/vs_toolchain.py b/gypfiles/vs_toolchain.py
|
| index d7676c8da0c9ea1d5b2b0d0d3d3b5762175d2a47..18539dc216e9f7a76adca92066d0c50f9fa8bf69 100644
|
| --- a/gypfiles/vs_toolchain.py
|
| +++ b/gypfiles/vs_toolchain.py
|
| @@ -24,8 +24,8 @@ json_data_file = os.path.join(script_dir, 'win_toolchain.json')
|
| import gyp
|
|
|
|
|
| -# Use MSVS2013 as the default toolchain.
|
| -CURRENT_DEFAULT_TOOLCHAIN_VERSION = '2013'
|
| +# Use MSVS2015 as the default toolchain.
|
| +CURRENT_DEFAULT_TOOLCHAIN_VERSION = '2015'
|
|
|
|
|
| def SetEnvironmentAndGetRuntimeDllDirs():
|
|
|