Skip to content

Commit

Permalink
Correct toolset version for Visual Studio 2019
Browse files Browse the repository at this point in the history
Change-Id: I0d4330847934360942a01066a38410c6bd40f6ee
Reviewed-on: https://chromium-review.googlesource.com/c/external/gyp/+/4834250
Reviewed-by: Mark Mentovai <[email protected]>
  • Loading branch information
mathewhodson authored and markmentovai committed Jan 26, 2024
1 parent a03d741 commit 2d207fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylib/gyp/MSVSVersion.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def _CreateVersion(name, path, sdk_based=False):
uses_vcxproj=True,
path=path,
sdk_based=sdk_based,
default_toolset='v141',
default_toolset='v142',
compatible_sdks=['v8.1', 'v10.0']),
'2017': VisualStudioVersion('2017',
'Visual Studio 2017',
Expand Down

0 comments on commit 2d207fd

Please sign in to comment.