misc: use v142 toolset by default on windows

Change-Id: I92c950fed8ca8258e00749d8cc6df85fd2c83ad0
Gitlab: #581
This commit is contained in:
Andreas Traczyk
2020-08-14 12:38:19 -04:00
parent ca614d2af8
commit fd4fb6d261

View File

@ -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'