ariovistus / pyd

Interoperability between Python and D
MIT License
158 stars 32 forks source link

Fix an issue with using other libs when building an extension on Windows #77

Closed thedeemon closed 6 years ago

thedeemon commented 6 years ago

When building an extension, if some list of directories was provided in library_dirs parameter, then DCompiler.link() did not add the paths to Python libs (from _build_ext_library_dirs()).