build(lua): vendor coxpcall

Do not require luarocks on PUC lua CI just because of this single lua file
This commit is contained in:
bfredl
2023-09-09 23:45:06 +02:00
parent 87db6d894a
commit 25e51d393a
5 changed files with 114 additions and 6 deletions

View File

@@ -143,6 +143,7 @@ These dependencies are "vendored" (inlined), we must update the sources manually
* Run `scripts/gen_lsp.lua` to update.
* `src/bit.c`: only for PUC lua: port of `require'bit'` from luajit https://bitop.luajit.org/
* [treesitter parsers](https://github.com/neovim/neovim/blob/fcc24e43e0b5f9d801a01ff2b8f78ce8c16dd551/cmake.deps/CMakeLists.txt#L197-L210)
* `runtime/lua/coxpcall.lua`: coxpcall (only needed for PUC lua, builtin to luajit)
### Forks