aboutsummaryrefslogtreecommitdiff
path: root/third-party
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-11-07 01:03:25 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-11-07 01:03:25 -0300
commit7ded32ad3b869b429a617367ea9af4c66a50df1e (patch)
tree28162846bb315097b163127448ec87a33ebaef59 /third-party
parent8455fd5e338624a76bd2e4b3176f51eeac76ff7b (diff)
parent168a46fd316812ad0393101cf65eef1442d2605a (diff)
downloadrneovim-7ded32ad3b869b429a617367ea9af4c66a50df1e.tar.gz
rneovim-7ded32ad3b869b429a617367ea9af4c66a50df1e.tar.bz2
rneovim-7ded32ad3b869b429a617367ea9af4c66a50df1e.zip
Merge PR #1421 'Improve test error handling and reporting'
Diffstat (limited to 'third-party')
-rw-r--r--third-party/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/third-party/CMakeLists.txt b/third-party/CMakeLists.txt
index 0e277c8eef..6a3148c2b6 100644
--- a/third-party/CMakeLists.txt
+++ b/third-party/CMakeLists.txt
@@ -191,7 +191,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/master/nvim-client-0.0.1-1.rockspec CC=${DEPS_C_COMPILER} LD=${DEPS_C_COMPILER} LIBUV_DIR=${DEPS_INSTALL_DIR}
+ ARGS build https://raw.githubusercontent.com/neovim/lua-client/master/nvim-client-0.0.1-2.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)