Skip to content
Snippets Groups Projects
Verified Commit de787b1a authored by Justin Carpentier's avatar Justin Carpentier
Browse files

python: fix lib name

parent 1d7de03c
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
namespace bp = boost::python;
using namespace pinocchio::python;
BOOST_PYTHON_MODULE(libpinocchio_pywrap)
BOOST_PYTHON_MODULE(pinocchio_pywrap)
{
bp::docstring_options module_docstring_options(true,true,false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment