Index: build/vs_toolchain.py |
diff --git a/build/vs_toolchain.py b/build/vs_toolchain.py |
index 67a3776c43ebd1af77396c7a29669d79702efbe9..0ff51815212da7198fc521eedaf1f45ffefe5cd6 100755 |
--- a/build/vs_toolchain.py |
+++ b/build/vs_toolchain.py |
@@ -22,8 +22,8 @@ |
json_data_file = os.path.join(script_dir, 'win_toolchain.json') |
-# Use MSVS2017 as the default toolchain. |
-CURRENT_DEFAULT_TOOLCHAIN_VERSION = '2017' |
+# Use MSVS2015 as the default toolchain. |
+CURRENT_DEFAULT_TOOLCHAIN_VERSION = '2015' |
def SetEnvironmentAndGetRuntimeDllDirs(): |