Index: build/vs_toolchain.py |
diff --git a/build/vs_toolchain.py b/build/vs_toolchain.py |
index 34e38118fa4476c7e1289c3b2c1026b4427a4157..5a736b90b5ad61922804ba92bb26db37259fc717 100644 |
--- a/build/vs_toolchain.py |
+++ b/build/vs_toolchain.py |
@@ -24,8 +24,8 @@ |
import gyp |
-# Use MSVS2015 as the default toolchain. |
-CURRENT_DEFAULT_TOOLCHAIN_VERSION = '2015' |
+# Use MSVS2013 as the default toolchain. |
+CURRENT_DEFAULT_TOOLCHAIN_VERSION = '2013' |
def SetEnvironmentAndGetRuntimeDllDirs(): |