fixed: built builtin_pybind11.cpp in python bindings
necessary with lto as symbols are not visible in main library
This commit is contained in:
parent
88f284ecab
commit
5d13b9ed59
@ -60,7 +60,8 @@ ext_modules = [
|
||||
'cxx/summary_state.cpp',
|
||||
'cxx/table_manager.cpp',
|
||||
'cxx/well.cpp',
|
||||
'cxx/export.cpp'
|
||||
'cxx/export.cpp',
|
||||
'cxx/builtin_pybind11.cpp'
|
||||
],
|
||||
libraries=libs,
|
||||
language='c++',
|
||||
|
Loading…
Reference in New Issue
Block a user