Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 86436d8

Browse files
peterjccertik
authored andcommitted
Include msvcr100 (MSVC v10 aka 2010) in msvc_runtime_library()
1 parent bf084bd commit 86436d8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

numpy/distutils/misc_util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ def msvc_runtime_library():
361361
'1310' : 'msvcr71', # MSVC 7.1
362362
'1400' : 'msvcr80', # MSVC 8
363363
'1500' : 'msvcr90', # MSVC 9 (VS 2008)
364+
'1600' : 'msvcr100', # MSVC 10 (aka 2010)
364365
}.get(msc_ver, None)
365366
else:
366367
lib = None

0 commit comments

Comments
 (0)