Skip to content

Commit

Permalink
deps: lua-client 0.2.2-1
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmk committed Feb 17, 2020
1 parent a1d6c2f commit 322b273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third-party/cmake/BuildLuarocks.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 322b273

Please sign in to comment.