mirror of
https://github.com/neovim/neovim.git
synced 2025-09-20 10:18:18 +00:00
Add 'bit' to the list of lua dependencies
- ex_cmds.lua requires the 'bit' module
This commit is contained in:

committed by
John Szakmeister

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
|
||||
|
Reference in New Issue
Block a user