You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BLD: fix build issues with MSVC10 on Windows. Closesnumpygh-4245.
Note that there are a few similar patches posted to numpygh-4101 and numpygh-4245.
Those were all patches to msvc9compiler in Python distutils.
Monkeypatching ``MSVCCompiler.link`` is less easy than this change
to ``config._check_compiler``; effect should be the same.
Also updates the error message shown when initializing MSVC fails.
[ci skip]
0 commit comments