mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
build(lua): vendor coxpcall
Do not require luarocks on PUC lua CI just because of this single lua file
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user