Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

Commit

Permalink
8244945: Mark VS2019 as supported and default
Browse files Browse the repository at this point in the history
Reviewed-by: ihse
  • Loading branch information
erikj79 committed May 14, 2020
1 parent 1856ff8 commit 9768618
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions make/autoconf/toolchain_windows.m4
Expand Up @@ -25,7 +25,7 @@

################################################################################
# The order of these defines the priority by which we try to find them.
VALID_VS_VERSIONS="2017 2019 2013 2015 2012 2010"
VALID_VS_VERSIONS="2019 2017 2013 2015 2012 2010"

VS_DESCRIPTION_2010="Microsoft Visual Studio 2010"
VS_VERSION_INTERNAL_2010=100
Expand Down Expand Up @@ -101,8 +101,8 @@ VS_EDITIONS_2019="BuildTools Community Professional Enterprise"
VS_SDK_INSTALLDIR_2019=
VS_VS_PLATFORM_NAME_2019="v142"
VS_SDK_PLATFORM_NAME_2019=
VS_SUPPORTED_2019=false
VS_TOOLSET_SUPPORTED_2019=false
VS_SUPPORTED_2019=true
VS_TOOLSET_SUPPORTED_2019=true

################################################################################

Expand Down

0 comments on commit 9768618

Please sign in to comment.