From: Greg Ward Date: Fri, 31 Mar 2000 03:34:09 +0000 (+0000) Subject: Don't put Python's library directory into the library search path -- that's X-Git-Tag: v1.6a1~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6e8ee5d8e990d355fab602ab489ca43a7ae94aa5;p=thirdparty%2FPython%2Fcpython.git Don't put Python's library directory into the library search path -- that's specific to building Python extensions. --- diff --git a/Lib/distutils/msvccompiler.py b/Lib/distutils/msvccompiler.py index 298991049fce..c906e1146909 100644 --- a/Lib/distutils/msvccompiler.py +++ b/Lib/distutils/msvccompiler.py @@ -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: