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:
parent
64231e5c39
commit
6e8ee5d8e9
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user