From 1b9778f160bccfb0bed0fd7c58f639af23effd40 Mon Sep 17 00:00:00 2001 From: heck Date: Wed, 22 Mar 2023 18:20:30 +0100 Subject: [PATCH] Fix: #13 - [Bug] please link with libz at least on GNU/Linux --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: