Fix linking problems with Lua API

$ luarocks install --server=https://luarocks.org/dev sofix

Extension modules on Unixes expect the Lua API to be
exported from the main executable. This is a problem
if the Lua library is dynamically linked. This small
extension module (which doesn't depend on the Lua API
itself) fixes the import settings of the shared Lua
library so that other extension modules can access
the Lua API.

Versions

scm-0dev3 years ago(revision: 2)34 downloads

Dependencies

lua >= 5.1, < 5.5

Manifests