diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-11-06 22:45:15 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-11-06 22:45:15 -0300 |
commit | 3e78fc9faf9c25233a17493f659a758ed21cd470 (patch) | |
tree | 47b310adc4485e80eaf59fbb7aed5c24adc42972 | |
parent | 8455fd5e338624a76bd2e4b3176f51eeac76ff7b (diff) | |
download | rneovim-3e78fc9faf9c25233a17493f659a758ed21cd470.tar.gz rneovim-3e78fc9faf9c25233a17493f659a758ed21cd470.tar.bz2 rneovim-3e78fc9faf9c25233a17493f659a758ed21cd470.zip |
deps: Upgrade to latest version of lua-client
-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 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) |