]> granicus.if.org Git - python/commitdiff
Don't put Python's library directory into the library search path -- that's
authorGreg Ward <gward@python.net>
Fri, 31 Mar 2000 03:34:09 +0000 (03:34 +0000)
committerGreg Ward <gward@python.net>
Fri, 31 Mar 2000 03:34:09 +0000 (03:34 +0000)
specific to building Python extensions.

Lib/distutils/msvccompiler.py

index 298991049fce7ecd0753d731f10e36cac7678081..c906e11469091ededfaf50583aad89162b5939af 100644 (file)
@@ -158,9 +158,6 @@ class MSVCCompiler (CCompiler) :
                   force=0):
 
         CCompiler.__init__ (self, verbose, dry_run, force)
-
-        self.add_library_dir( os.path.join( sys.exec_prefix, 'libs' ) )
-        
         versions = get_devstudio_versions ()
 
         if versions: