Skip to content
Snippets Groups Projects
Commit 9a224759 authored by Martin Reinecke's avatar Martin Reinecke
Browse files

update library name

parent 0062d96a
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ def get_extension_modules(): ...@@ -52,7 +52,7 @@ def get_extension_modules():
sources=['pysharp.cc'], sources=['pysharp.cc'],
include_dirs=include_dirs, include_dirs=include_dirs,
extra_compile_args=extra_cc_compile_args, extra_compile_args=extra_cc_compile_args,
libraries=["sharp"], libraries=["sharp2"],
library_dirs=[sharp_libpath], library_dirs=[sharp_libpath],
extra_link_args=python_module_link_args)] extra_link_args=python_module_link_args)]
......
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