]> granicus.if.org Git - python/commitdiff
Fix build_ext with VS 8.0. Patch by Hirokazu Yamamoto (#9558).
authorÉric Araujo <merwok@netwok.org>
Wed, 15 Dec 2010 21:07:22 +0000 (21:07 +0000)
committerÉric Araujo <merwok@netwok.org>
Wed, 15 Dec 2010 21:07:22 +0000 (21:07 +0000)
Lib/distutils/command/build_ext.py
Misc/NEWS

index cc0d414cf948875b801e1972be0b0738931b3b7a..fb3164895190678442a6179d0d1be2cacf1b12b5 100644 (file)
@@ -214,7 +214,7 @@ class build_ext(Command):
 
             elif MSVC_VERSION == 8:
                 self.library_dirs.append(os.path.join(sys.exec_prefix,
-                                         'PC', 'VS8.0', 'win32release'))
+                                         'PC', 'VS8.0'))
             elif MSVC_VERSION == 7:
                 self.library_dirs.append(os.path.join(sys.exec_prefix,
                                          'PC', 'VS7.1'))
index 6ba1652ddfbf2dff8f068c0976cdc697e2429b15..817c2def55008e1969ee4fee1906edb2cb44dc44 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,6 +17,8 @@ Core and Builtins
 Library
 -------
 
+- Issue #9558: Fix distutils.command.build_ext with VS 8.0.
+
 - Issue #10667: Fast path for collections.Counter().
 
 - Issue #10695: passing the port as a string value to telnetlib no longer