mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00: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
1 changed files with 0 additions and 3 deletions
|
@ -158,9 +158,6 @@ class MSVCCompiler (CCompiler) :
|
||||||
force=0):
|
force=0):
|
||||||
|
|
||||||
CCompiler.__init__ (self, verbose, dry_run, force)
|
CCompiler.__init__ (self, verbose, dry_run, force)
|
||||||
|
|
||||||
self.add_library_dir( os.path.join( sys.exec_prefix, 'libs' ) )
|
|
||||||
|
|
||||||
versions = get_devstudio_versions ()
|
versions = get_devstudio_versions ()
|
||||||
|
|
||||||
if versions:
|
if versions:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue