diff --git a/winpython/disthelpers.py b/winpython/disthelpers.py index 20217f64..c35c478e 100644 --- a/winpython/disthelpers.py +++ b/winpython/disthelpers.py @@ -261,6 +261,7 @@ def get_msvc_dlls(msvc_version, architecture=None): name % ('14' + msvc_minor) for name in ( 'vcruntime%s.dll', + 'vcruntime%s_1.dll', 'msvcp%s.dll', 'vccorlib%s.dll', 'concrt%s.dll',