lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Mon, Sep 18, 2017 at 12:46 PM, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
> Editing luaconf.h provides this but of course it's not a "build system".

This is the kind of thing possible with luabuild - can ask for lfs to
be linked in statically, can ask for standard library modules to be
removed, etc.  Relevance to discussion: extended functionality does
not have to be part of the Lua core, since it is straightforward to
make it part of the Lua you use for your own purposes.