Skip to content

Commit

Permalink
Add runtime_library_dirs paths to Extension
Browse files Browse the repository at this point in the history
  • Loading branch information
nocarryr committed Jun 19, 2019
1 parent c9e5ea5 commit 9d7af50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def my_create_extension(template, kwds):
if RTFD_BUILD:
kwds['library_dirs'] = LIB_PATH
kwds['include_dirs'] = INCLUDE_PATH
kwds['runtime_library_dirs'] = LIB_PATH
print(kwds)
if USE_CYTHON_TRACE:
# avoid using CYTHON_TRACE macro for stream_callback module
Expand Down

0 comments on commit 9d7af50

Please sign in to comment.