diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2015-02-10 10:57:15 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2015-02-10 10:57:15 -0300 |
commit | daba57c51236c77e0b53e4028672aee3c2a59c1b (patch) | |
tree | 9419db512462bfb1d9fa1f93366f8d4fd1206273 | |
parent | 4c92a0baca78f63f921ae272bc4f970f67edb189 (diff) | |
download | rneovim-daba57c51236c77e0b53e4028672aee3c2a59c1b.tar.gz rneovim-daba57c51236c77e0b53e4028672aee3c2a59c1b.tar.bz2 rneovim-daba57c51236c77e0b53e4028672aee3c2a59c1b.zip |
deps: Update lua-client
The new version sets a custom panic function that prints the lua traceback
before exiting.
-rw-r--r-- | third-party/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third-party/CMakeLists.txt b/third-party/CMakeLists.txt index 6b9cf565b2..46955d5e8f 100644 --- a/third-party/CMakeLists.txt +++ b/third-party/CMakeLists.txt @@ -267,7 +267,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/af161f5f89c7877d0f650b5de6b3a6126b38f012/nvim-client-0.0.1-10.rockspec CC=${DEPS_C_COMPILER} LD=${DEPS_C_COMPILER} LIBUV_DIR=${DEPS_INSTALL_DIR} + ARGS build https://raw.githubusercontent.com/neovim/lua-client/fabecc56a7c7a3fc15fe6a1a765b58d61bc8e922/nvim-client-0.0.1-11.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) |