Move exported functions used in capabilityHelper.h from extern "C" to api.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
2
setup.py
2
setup.py
@@ -168,7 +168,7 @@ if os.name == 'nt':
|
||||
import Cython.Build
|
||||
import Cython # noqa: F401
|
||||
extensions = [Extension(
|
||||
'*', ['capnp/lib/*.pyx'],
|
||||
'*', ['capnp/helpers/capabilityHelper.cpp', 'capnp/lib/*.pyx'],
|
||||
extra_compile_args=extra_compile_args,
|
||||
extra_link_args=extra_link_args,
|
||||
language='c++',
|
||||
|
||||
Reference in New Issue
Block a user