Skip to content

Commit

Permalink
Merge pull request #901 from microsoft/bobbrow/vs2019
Browse files Browse the repository at this point in the history
Add missing entry to VS generators
  • Loading branch information
bobbrow authored Nov 12, 2019
2 parents 247488d + cdff22a commit 5237eb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/kit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,8 @@ const VsGenerators: {[key: string]: string} = {
12: 'Visual Studio 12 2013',
VS140COMNTOOLS: 'Visual Studio 14 2015',
14: 'Visual Studio 14 2015',
15: 'Visual Studio 15 2017'
15: 'Visual Studio 15 2017',
16: 'Visual Studio 16 2019'
};

async function varsForVSInstallation(inst: VSInstallation, arch: string): Promise<Map<string, string>|null> {
Expand Down

0 comments on commit 5237eb5

Please sign in to comment.