mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
Add 'bit' to the list of lua dependencies
- ex_cmds.lua requires the 'bit' module
This commit is contained in:
parent
db782dc486
commit
426f906485
@ -94,7 +94,7 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
|
||||
|
||||
# Find Lua interpreter
|
||||
include(LuaHelpers)
|
||||
set(LUA_DEPENDENCIES lpeg cmsgpack)
|
||||
set(LUA_DEPENDENCIES lpeg cmsgpack bit)
|
||||
if(NOT LUA_PRG)
|
||||
foreach(CURRENT_LUA_PRG luajit lua)
|
||||
# If LUA_PRG is set find_program() will not search
|
||||
|
Loading…
Reference in New Issue
Block a user