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

@ -97,8 +97,3 @@ endif()
add_custom_target(test_deps)
Download(luacheck 1.1.0-1 ${LUACHECK_EXE})
if(PREFER_LUA)
Download(coxpcall 1.17.0-1)
add_dependencies(test_deps coxpcall)
endif()