From 9a224759aef472620ab1d88e93b78ba734155f67 Mon Sep 17 00:00:00 2001 From: Martin Reinecke Date: Fri, 6 Dec 2019 14:27:56 +0100 Subject: [PATCH] update library name --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index f70ef07..52a7d0b 100644 --- a/python/setup.py +++ b/python/setup.py @@ -52,7 +52,7 @@ def get_extension_modules(): sources=['pysharp.cc'], include_dirs=include_dirs, extra_compile_args=extra_cc_compile_args, - libraries=["sharp"], + libraries=["sharp2"], library_dirs=[sharp_libpath], extra_link_args=python_module_link_args)]