Commit 2f1b5bb9 authored by Greg Ward's avatar Greg Ward

Patch from Perry Stoll: pass 'build_info' to link method.

parent 26e48ea7
......@@ -178,10 +178,9 @@ class BuildExt (Command):
objects.extend (extra_objects)
libraries = build_info.get ('libraries')
library_dirs = build_info.get ('library_dirs')
ext_filename = self.extension_filename (extension_name)
self.compiler.link_shared_object (objects, ext_filename,
libraries, library_dirs)
libraries, library_dirs, build_info)
# build_extensions ()
......
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