mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
misc: use v142 toolset by default on windows
Change-Id: I92c950fed8ca8258e00749d8cc6df85fd2c83ad0 Gitlab: #581
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user