From 16f3279fa7aee9b4f3c8562e7f160f1259a50497 Mon Sep 17 00:00:00 2001 From: David Cournapeau Date: Sun, 22 Feb 2009 09:12:04 +0000 Subject: Fix typo in MSVC runtime info for mingw. --- numpy/distutils/mingw32ccompiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/distutils/mingw32ccompiler.py') diff --git a/numpy/distutils/mingw32ccompiler.py b/numpy/distutils/mingw32ccompiler.py index b3918fa55..8b0105833 100644 --- a/numpy/distutils/mingw32ccompiler.py +++ b/numpy/distutils/mingw32ccompiler.py @@ -365,7 +365,7 @@ if sys.platform == 'win32': _MSVCRVER_TO_FULLVER['90'] = "9.0.21022.8" # I took one version in my SxS directory: no idea if it is the good # one, and we can't retrieve it from python - _MSVCRVER_TO_FULLVER['90'] = "8.0.50727.42" + _MSVCRVER_TO_FULLVER['80'] = "8.0.50727.42" except ImportError: # If we are here, means python was not built with MSVC. Not sure what to do # in that case: manifest building will fail, but it should not be used in -- cgit v1.2.1