update library name
This commit is contained in:
parent
0062d96aef
commit
9a224759ae
1 changed files with 1 additions and 1 deletions
|
@ -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)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue