summaryrefslogtreecommitdiff
path: root/numpy/distutils/mingw32ccompiler.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/distutils/mingw32ccompiler.py')
-rw-r--r--numpy/distutils/mingw32ccompiler.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/distutils/mingw32ccompiler.py b/numpy/distutils/mingw32ccompiler.py
index 1a0c0612b..d0ff39653 100644
--- a/numpy/distutils/mingw32ccompiler.py
+++ b/numpy/distutils/mingw32ccompiler.py
@@ -237,7 +237,8 @@ def build_import_library():
# system.
# XXX: ideally, we should use exactly the same version as used by python, but I
-# have no idea how to obtain the exact version.
+# have no idea how to obtain the exact version from python. We could use the
+# strings utility on python.exe, maybe ?
_MSVCRVER_TO_FULLVER = {'90': "9.0.21022.8"}
def msvc_manifest_xml(maj, min):