Skip to content
Snippets Groups Projects
Commit c0fbb34c authored by Eric Müller's avatar Eric Müller :mountain_bicyclist:
Browse files

Fix build for modern pybind11

Change-Id: I2033ef1cf7227a298a90908a3ae9beee9c9afcc2
parent 632164d6
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ def build(bld): ...@@ -59,7 +59,7 @@ def build(bld):
bld( bld(
target = 'pyhxcomm_swtests_vx_cxx', target = 'pyhxcomm_swtests_vx_cxx',
features = 'gtest cxx cxxprogram pyext', features = 'gtest cxx cxxprogram pyembed',
source = bld.path.ant_glob('tests/sw/test-*.cpp'), source = bld.path.ant_glob('tests/sw/test-*.cpp'),
use = ['hxcomm', 'pyhxcomm_inc', 'BOOST4HXCOMMTOOLS'], use = ['hxcomm', 'pyhxcomm_inc', 'BOOST4HXCOMMTOOLS'],
defines = pyhxcomm_defines, defines = pyhxcomm_defines,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment