From fd4fb6d2613e31e2fef8c10fe5c6a942027ec03d Mon Sep 17 00:00:00 2001
From: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
Date: Fri, 14 Aug 2020 12:38:19 -0400
Subject: [PATCH] misc: use v142 toolset by default on windows

Change-Id: I92c950fed8ca8258e00749d8cc6df85fd2c83ad0
Gitlab: #581
---
 compat/msvc/winmake.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compat/msvc/winmake.py b/compat/msvc/winmake.py
index 1a5347afc9..2e6209f6ac 100644
--- a/compat/msvc/winmake.py
+++ b/compat/msvc/winmake.py
@@ -42,7 +42,7 @@ patch_args = ['-flp1', '-i']
 
 # vs help
 win_sdk_default = '10.0.16299.0'
-win_toolset_default = 'v141'
+win_toolset_default = 'v142'
 
 vs_where_path = os.path.join(
     os.environ['ProgramFiles(x86)'], 'Microsoft Visual Studio', 'Installer', 'vswhere.exe'
-- 
GitLab