Add boost_system to the list of libraries in setup.py
This commit is contained in:
+1
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user