Skip to content
Snippets Groups Projects
Commit b1df0eca authored by Gabriele Buondonno's avatar Gabriele Buondonno
Browse files

[bindings] Fix WITH_LUA5_SUPPORT

parent 2da8988c
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ namespace pinocchio
static bool WITH_LUA5_SUPPORT()
{
#ifdef PINOCCHIO_WITH_LU5
#ifdef PINOCCHIO_WITH_LUA5
return true;
#else
return false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment