mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
build(luarocks): update busted version to v2.1.1 (#22029)
This commit is contained in:
parent
3ac55fe083
commit
21257d8580
@ -148,7 +148,7 @@ if(USE_BUNDLED_BUSTED)
|
|||||||
set(LUACHECK_EXE "${DEPS_BIN_DIR}/luacheck")
|
set(LUACHECK_EXE "${DEPS_BIN_DIR}/luacheck")
|
||||||
endif()
|
endif()
|
||||||
add_custom_command(OUTPUT ${BUSTED_EXE}
|
add_custom_command(OUTPUT ${BUSTED_EXE}
|
||||||
COMMAND ${LUAROCKS_BINARY} build busted 2.0.0 ${LUAROCKS_BUILDARGS}
|
COMMAND ${LUAROCKS_BINARY} build busted 2.1.1 ${LUAROCKS_BUILDARGS}
|
||||||
DEPENDS penlight)
|
DEPENDS penlight)
|
||||||
add_custom_target(busted DEPENDS ${BUSTED_EXE})
|
add_custom_target(busted DEPENDS ${BUSTED_EXE})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user