[Numpy-svn] r6453 - trunk/numpy/distutils

numpy-svn at scipy.org numpy-svn at scipy.org
Sun Feb 22 04:15:32 EST 2009


Author: cdavid
Date: 2009-02-22 03:15:26 -0600 (Sun, 22 Feb 2009)
New Revision: 6453

Modified:
   trunk/numpy/distutils/mingw32ccompiler.py
Log:
Fix wrong merge for manifest version.

Modified: trunk/numpy/distutils/mingw32ccompiler.py
===================================================================
--- trunk/numpy/distutils/mingw32ccompiler.py	2009-02-22 09:14:18 UTC (rev 6452)
+++ trunk/numpy/distutils/mingw32ccompiler.py	2009-02-22 09:15:26 UTC (rev 6453)
@@ -456,7 +456,7 @@
 def generate_manifest(config):
     msver = get_build_msvc_version()
     if msver is not None:
-        if msver >= 9:
+        if msver >= 8:
             check_embedded_msvcr_match_linked(msver)
             ma = int(msver)
             mi = int((msver - ma) * 10)




More information about the Numpy-svn mailing list