diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-05-20 15:30:09 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-05-20 15:30:09 -0400 |
commit | 9d3449852bd35c9283948186d0259c1bf73b8579 (patch) | |
tree | 69db8b7b45c0283da00b2d6411cb51c62f65721a /src | |
parent | 66adc2daeee6d044b17f49553ac1716eadb5c6f1 (diff) | |
parent | d5c89b18968e9f400183c98493faa5a25f6f07df (diff) | |
download | rneovim-9d3449852bd35c9283948186d0259c1bf73b8579.tar.gz rneovim-9d3449852bd35c9283948186d0259c1bf73b8579.tar.bz2 rneovim-9d3449852bd35c9283948186d0259c1bf73b8579.zip |
Merge pull request #4779 from equalsraf/tb-lua-without-unittest
Allow building without Luajit
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/CMakeLists.txt b/src/nvim/CMakeLists.txt index 6b2ce08d36..172643091a 100644 --- a/src/nvim/CMakeLists.txt +++ b/src/nvim/CMakeLists.txt @@ -231,7 +231,6 @@ endif() list(APPEND NVIM_LINK_LIBRARIES ${LIBUV_LIBRARIES} ${MSGPACK_LIBRARIES} - ${LUAJIT_LIBRARIES} ${LIBVTERM_LIBRARIES} ${LIBTERMKEY_LIBRARIES} ${UNIBILIUM_LIBRARIES} |