Skip to content

Commit

Permalink
Update waf and wscript for the latest VS2019
Browse files Browse the repository at this point in the history
  • Loading branch information
chalcolith authored and SeanTAllen committed Nov 4, 2019
1 parent 1a7387b commit f3c498c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
17 changes: 10 additions & 7 deletions waf

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ CONFIGS = [
'debug'
]

MSVC_VERSIONS = [ '16.0', '15.9', '15.8', '15.7', '15.6', '15.4', '15.0', '14.0' ]
MSVC_VERSIONS = [ '16.3', '16.2', '16.1', '16.0', '15.9', '15.8', '15.7', '15.6', '15.4', '15.0', '14.0' ]

# keep these in sync with the list in .appveyor.yml
LLVM_VERSIONS = [
Expand Down

0 comments on commit f3c498c

Please sign in to comment.