Update MSVC version.

pull/493/head
Yuan 2021-02-12 11:00:07 +08:00 committed by GitHub
parent 34ac524a3c
commit 0710a8c3c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
+ return ['vcruntime140']
+ elif 1910 <= int(msc_ver) <= 1916:
+ return ['vcruntime140']
+ elif 1920 <= int(msc_ver) <= 1927:
+ elif 1920 <= int(msc_ver) <= 1928:
+ return ['vcruntime140']
else:
raise ValueError("Unknown MS Compiler version %s " % msc_ver)