Link to zlib in setup.py libraries
This commit is contained in:
parent
0d31e87072
commit
1aa4685b62
@ -68,7 +68,7 @@ ext_modules = [
|
||||
'cxx/well.cpp',
|
||||
'cxx/export.cpp'
|
||||
],
|
||||
libraries=['opmcommon', 'boost_filesystem', 'boost_regex', 'ecl'],
|
||||
libraries=['opmcommon', 'boost_filesystem', 'boost_regex', 'ecl', 'z'],
|
||||
language='c++',
|
||||
undef_macros=["NDEBUG"],
|
||||
include_dirs=["pybind11/include"]
|
||||
|
Loading…
Reference in New Issue
Block a user