Commit 6e8ee5d8 authored by Greg Ward's avatar Greg Ward

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

specific to building Python extensions.
parent 64231e5c
...@@ -158,9 +158,6 @@ class MSVCCompiler (CCompiler) : ...@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment