diff options
| author | Mike Zeller <mike.zeller@joyent.com> | 2015-02-23 12:45:11 -0800 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2015-02-26 11:42:05 -0500 |
| commit | f28941b96d6cf69a82f6848afae1803feb530200 (patch) | |
| tree | 4a694b37130304344b2a2a0bd61827e3b0d5a126 /third-party | |
| parent | 36092f3a0cf12bfdeac777eb139314ca2deb6236 (diff) | |
| download | rneovim-f28941b96d6cf69a82f6848afae1803feb530200.tar.gz rneovim-f28941b96d6cf69a82f6848afae1803feb530200.tar.bz2 rneovim-f28941b96d6cf69a82f6848afae1803feb530200.zip | |
illumos requires the use of limits.h for things like INT_MAX #2049
Diffstat (limited to 'third-party')
| -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 23e63e9163..9cc0df098c 100644 --- a/third-party/CMakeLists.txt +++ b/third-party/CMakeLists.txt @@ -239,7 +239,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/fabecc56a7c7a3fc15fe6a1a765b58d61bc8e922/nvim-client-0.0.1-11.rockspec CC=${DEPS_C_COMPILER} LD=${DEPS_C_COMPILER} LIBUV_DIR=${DEPS_INSTALL_DIR} + ARGS build https://raw.githubusercontent.com/neovim/lua-client/8cc5b6090ac61cd0bba53ba984f15792fbb64573/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) |