Index: gypfiles/vs_toolchain.py |
diff --git a/gypfiles/vs_toolchain.py b/gypfiles/vs_toolchain.py |
index 1693647e98743af869eae95f8562bdf575c8200a..259b2f76683290895d9e7849b108906dbdd6eb11 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(): |