mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
deps: lua-client 0.2.2-1
This commit is contained in:
4
third-party/cmake/BuildLuarocks.cmake
vendored
4
third-party/cmake/BuildLuarocks.cmake
vendored
@@ -217,10 +217,10 @@ if(USE_BUNDLED_BUSTED)
|
||||
endif()
|
||||
add_custom_target(luv DEPENDS ${ROCKS_DIR}/luv)
|
||||
|
||||
# nvim-client
|
||||
# nvim-client: https://github.com/neovim/lua-client
|
||||
add_custom_command(OUTPUT ${ROCKS_DIR}/nvim-client
|
||||
COMMAND ${LUAROCKS_BINARY}
|
||||
ARGS build nvim-client 0.2.0-1 ${LUAROCKS_BUILDARGS}
|
||||
ARGS build nvim-client 0.2.2-1 ${LUAROCKS_BUILDARGS}
|
||||
DEPENDS luv)
|
||||
add_custom_target(nvim-client DEPENDS ${ROCKS_DIR}/nvim-client)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user