Browse Source

Fix: #13 - [Bug] please link with libz at least on GNU/Linux

pull/14/head
heck 2 years ago
parent
commit
1b9778f160
  1. 3
      setup.py

3
setup.py

@ -125,7 +125,8 @@ class BuildExtCommand(build_ext):
'pEpAdapter', 'pEpAdapter',
'pEpCxx11', 'pEpCxx11',
'boost_python3', 'boost_python3',
'boost_locale' 'boost_locale',
'z'
] ]
compile_flags = ['-std=c++14', '-fpermissive'] compile_flags = ['-std=c++14', '-fpermissive']
if self.debug: if self.debug:

Loading…
Cancel
Save