Skip to content

Commit f7f1eee

Browse files
authored
Merge pull request winpython#833 from stonebig/master
dll issue mitigation
2 parents a200795 + 6b7b6ed commit f7f1eee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

winpython/disthelpers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ def get_msvc_dlls(msvc_version, architecture=None):
261261
name % ('14' + msvc_minor)
262262
for name in (
263263
'vcruntime%s.dll',
264+
'vcruntime%s_1.dll',
264265
'msvcp%s.dll',
265266
'vccorlib%s.dll',
266267
'concrt%s.dll',

0 commit comments

Comments
 (0)