From fba5dc9feb40a2fe3a31fc259ceb4ab30ef109f7 Mon Sep 17 00:00:00 2001 From: Matthieu Dorier Date: Tue, 15 May 2018 17:03:57 +0200 Subject: [PATCH] corrected missing lib --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 2b72271..fc470b4 100644 --- a/setup.py +++ b/setup.py @@ -39,6 +39,7 @@ server_include_dirs.append(".") # For target... pk = pkgconfig.parse('uuid') target_libraries = pk['libraries'] +server_libraries.append('boost_python'+python_version) target_library_dirs = pk['library_dirs'] target_include_dirs = pk['include_dirs'] target_include_dirs.append('.') -- 2.26.2