Replies: 1 comment
-
I also have a similar doubt when building my project under MacOS. |
Beta Was this translation helpful? Give feedback.
-
I also have a similar doubt when building my project under MacOS. |
Beta Was this translation helpful? Give feedback.
-
How to set the package installation directory ( python-path/lib/site-packages/package_name ) to the runtime shared library (.so files) search paths?
here is my config of Pybind11Extension in setup.py:
I have set the runtime_library_dirs = ["$ORIGIN"],but it cant find so file, how to set the package installation directory ( python-path/lib/site-packages/package_name ) to the runtime shared library (.so files) search paths?
Beta Was this translation helpful? Give feedback.
All reactions