0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 08:20:55 +01:00

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

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: