Skip to content
Snippets Groups Projects
Verified Commit ccba987b authored by Pavel Doležal's avatar Pavel Doležal
Browse files

Python bindings: Don't set RPATH in setup.py

parent cd235ed8
No related branches found
No related tags found
1 merge request!29Add Python bindings generated by pybind11
......@@ -16,7 +16,6 @@ ext_modules = [
],
libraries=["cdns"],
library_dirs=["@CMAKE_CURRENT_BINARY_DIR@"],
runtime_library_dirs=["@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@"],
extra_compile_args=['-msse4'],
define_macros=[('VERSION_INFO', __version__)],
cxx_std=14,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment