Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conditionally enable module loading by default
Enabling module loading by default doesn't work when there are multiple Lua modules because the symbols collide with each other when loaded with RTLD_GLOBAL. Make the default use of the dlopenflags conditional on there only being one available Lua module.
- Loading branch information