Commit a65325be 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 71554a0d
......@@ -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:
......
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