Skip to content

Commit

Permalink
Update cygwinccompiler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
imba-tjd committed Nov 15, 2021
1 parent ea88dcd commit eca30e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distutils/cygwinccompiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def get_msvcr():
return ['msvcr120']
elif int(msc_ver) >= 1900 and int(msc_ver) < 2000:
# VS2015 / MSVC 14.0
return ['vcruntime140']
return ['ucrt', 'vcruntime140']
else:
raise ValueError("Unknown MS Compiler version %s " % msc_ver)

Expand Down

0 comments on commit eca30e8

Please sign in to comment.