Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd69c9 commit 5504fd1Copy full SHA for 5504fd1
1 file changed
numpy/distutils/command/config.py
@@ -12,8 +12,8 @@
12
from distutils.file_util import copy_file
13
from distutils.msvccompiler import get_build_version as get_build_msvc_version
14
from numpy.distutils.exec_command import exec_command
15
-from numpy.distutils.mingw32compiler import msvc_manifest_xml,
16
- check_embedded_match_linked
+from numpy.distutils.mingw32ccompiler import msvc_manifest_xml, \
+ check_embedded_msvcr_match_linked
17
18
LANG_EXT['f77'] = '.f'
19
LANG_EXT['f90'] = '.f90'
0 commit comments