nvim-neorocks / rocks

An alternative frontend app for luarocks.org
MIT License
24 stars 1 forks source link

[Feature]: Compile C rocks with Lua libraries #24

Closed vhyrro closed 2 weeks ago

vhyrro commented 3 months ago

Currently, when trying to compile a set of C modules, rocks will not link any Lua installation on its own. This is a behaviour of luarocks though and so should be emulated.

vhyrro commented 3 months ago

Here's how I'd approach the problem: