I've succeeded in building python3 setup.py build_ext
my C++ python extension shared library.
However; when I do python3 setup.py bdist_wheel
I would like to include other 3rd party *.so
libraries in the wheel as well.
Is this possible?
I've succeeded in building python3 setup.py build_ext
my C++ python extension shared library.
However; when I do python3 setup.py bdist_wheel
I would like to include other 3rd party *.so
libraries in the wheel as well.
Is this possible?