summaryrefslogtreecommitdiff
path: root/src/cython/cythonize_gudhi.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/cython/cythonize_gudhi.py.in')
-rw-r--r--src/cython/cythonize_gudhi.py.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cython/cythonize_gudhi.py.in b/src/cython/cythonize_gudhi.py.in
index cae4641b..68a95916 100644
--- a/src/cython/cythonize_gudhi.py.in
+++ b/src/cython/cythonize_gudhi.py.in
@@ -35,6 +35,7 @@ gudhi = Extension(
extra_link_args=[@GUDHI_CYTHON_EXTRA_LINK_ARGS@],
libraries=[@GUDHI_CYTHON_LIBRARIES@],
library_dirs=[@GUDHI_CYTHON_LIBRARY_DIRS@],
+ runtime_library_dirs=[@GUDHI_CYTHON_LIBRARY_DIRS@],
include_dirs = [@GUDHI_CYTHON_INCLUDE_DIRS@],
)