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 46d19c2d..5a97e9f3 100644
--- a/src/cython/cythonize_gudhi.py.in
+++ b/src/cython/cythonize_gudhi.py.in
@@ -32,6 +32,7 @@ gudhi = Extension(
sources = ['gudhi.pyx',],
language = 'c++',
extra_compile_args=[@GUDHI_CYTHON_EXTRA_COMPILE_ARGS@],
+ extra_link_args=[@GUDHI_CYTHON_EXTRA_LINK_ARGS@],
libraries=[@GUDHI_CYTHON_LIBRARIES@],
library_dirs=[@GUDHI_CYTHON_LIBRARY_DIRS@],
include_dirs = [@GUDHI_CYTHON_INCLUDE_DIRS@],