mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
deps: Update lua client
This commit is contained in:
parent
9aa6cb0546
commit
8fc710110f
2
third-party/CMakeLists.txt
vendored
2
third-party/CMakeLists.txt
vendored
@ -281,7 +281,7 @@ if(USE_BUNDLED_LUAROCKS)
|
||||
|
||||
add_custom_command(OUTPUT ${DEPS_LIB_DIR}/luarocks/rocks/nvim-client
|
||||
COMMAND ${DEPS_BIN_DIR}/luarocks
|
||||
ARGS build https://raw.githubusercontent.com/neovim/lua-client/7b4c6f7ab9dd58ee1e09ba3410aca68556464555/nvim-client-0.0.1-6.rockspec CC=${DEPS_C_COMPILER} LD=${DEPS_C_COMPILER} LIBUV_DIR=${DEPS_INSTALL_DIR}
|
||||
ARGS build https://raw.githubusercontent.com/neovim/lua-client/a6c232da23dafe085c5606a3d0a666a77dd7d8bd/nvim-client-0.0.1-7.rockspec CC=${DEPS_C_COMPILER} LD=${DEPS_C_COMPILER} LIBUV_DIR=${DEPS_INSTALL_DIR}
|
||||
DEPENDS lpeg libuv)
|
||||
add_custom_target(nvim-client
|
||||
DEPENDS ${DEPS_LIB_DIR}/luarocks/rocks/nvim-client)
|
||||
|
Loading…
Reference in New Issue
Block a user