lua-users home
lua-l archive

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


On Mon, 19 Jul 2021 at 16:20, Hugo Musso Gualandi
<hgualandi@inf.puc-rio.br> wrote:
> Does anyone know if there is some tool that I can use to compile a ".c"
> Lua module to a dynamic library (".so" or ".dll), with all the
> appropriate compilation flags for the operating system?
>

Maybe Lake can be hacked to create a small script that does the compilation:

https://github.com/stevedonovan/Lake/blob/master/lake