Link to zlib in setup.py libraries

This commit is contained in:
Joakim Hove 2019-10-02 18:42:23 +02:00
parent 0d31e87072
commit 1aa4685b62

View File

@ -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"]