|
> But I want selectively allow different libraries in the lua environment. How > can this be achieved ? Copy linit.c from the Lua sources, edit it to suit your needs, and add it to your project or makefile. linit.c is meant to be used in that way. --lhf