I'm trying to develop a native module for Lua 5.1 embedded in an application. The application has the Lua as a dynamic library but named simply lua as opposed to lua51, and this is causing the module to fail being required.
Not sure if at all possible, but in those cases it would be nice to have the possibility to set one from a dependent project.
I'm trying to develop a native module for Lua 5.1 embedded in an application. The application has the Lua as a dynamic library but named simply
luaas opposed tolua51, and this is causing the module to fail beingrequired.Not sure if at all possible, but in those cases it would be nice to have the possibility to set one from a dependent project.