Don't put Python's library directory into the library search path -- that's

specific to building Python extensions.
This commit is contained in:
Greg Ward 2000-03-31 03:34:09 +00:00
parent 64231e5c39
commit 6e8ee5d8e9
1 changed files with 0 additions and 3 deletions

View 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: