diff --git a/setup.py b/setup.py index 94e8637..57d793e 100755 --- a/setup.py +++ b/setup.py @@ -125,7 +125,8 @@ class BuildExtCommand(build_ext): 'pEpAdapter', 'pEpCxx11', 'boost_python3', - 'boost_locale' + 'boost_locale', + 'z' ] compile_flags = ['-std=c++14', '-fpermissive'] if self.debug: