Add boost_system to the list of libraries in setup.py

This commit is contained in:
Joakim Hove
2020-02-06 10:16:43 +01:00
parent 6b0073455b
commit 22787eea61
+1 -1
View File
@@ -65,7 +65,7 @@ ext_modules = [
[
'cxx/eclipse_io.cpp',
],
libraries=['opmcommon', 'boost_filesystem', 'boost_regex'],
libraries=['opmcommon', 'boost_filesystem', 'boost_regex', 'boost_system'],
language='c++',
undef_macros=["NDEBUG"],
include_dirs=["pybind11/include"]