diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2015-09-01 21:47:20 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-09-10 02:08:48 -0400 |
commit | aea3f702371bd71439318513235368baf12aed00 (patch) | |
tree | 05301c0cf9d3461682def9492f6f81568383e1a4 | |
parent | 2bc1d7d0db6bdc29976dab03624fcb6d8a90094d (diff) | |
download | rneovim-aea3f702371bd71439318513235368baf12aed00.tar.gz rneovim-aea3f702371bd71439318513235368baf12aed00.tar.bz2 rneovim-aea3f702371bd71439318513235368baf12aed00.zip |
test: update lua client to 0.0.1-13 #3281
-rw-r--r-- | third-party/cmake/BuildLuarocks.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third-party/cmake/BuildLuarocks.cmake b/third-party/cmake/BuildLuarocks.cmake index df38b29f37..84ea7a0ede 100644 --- a/third-party/cmake/BuildLuarocks.cmake +++ b/third-party/cmake/BuildLuarocks.cmake @@ -1,6 +1,6 @@ # Luarocks recipe. Luarocks is only required when building Neovim, when # cross compiling we still want to build for the HOST system, whenever -# writing a recipe than is mean for cross-compile, use the HOSTDEPS_* variables +# writing a recipe that is meant for cross-compile, use the HOSTDEPS_* variables # instead of DEPS_* - check the main CMakeLists.txt for a list. if(MSVC) @@ -123,7 +123,7 @@ if(USE_BUNDLED_BUSTED) add_custom_command(OUTPUT ${HOSTDEPS_LIB_DIR}/luarocks/rocks/nvim-client COMMAND ${LUAROCKS_BINARY} - ARGS build https://raw.githubusercontent.com/neovim/lua-client/0.0.1-12/nvim-client-0.0.1-12.rockspec ${LUAROCKS_BUILDARGS} LIBUV_DIR=${HOSTDEPS_INSTALL_DIR} + ARGS build https://raw.githubusercontent.com/neovim/lua-client/0.0.1-13/nvim-client-0.0.1-13.rockspec ${LUAROCKS_BUILDARGS} LIBUV_DIR=${HOSTDEPS_INSTALL_DIR} DEPENDS busted libuv) add_custom_target(nvim-client DEPENDS ${HOSTDEPS_LIB_DIR}/luarocks/rocks/nvim-client) |