mirror of
https://github.com/neovim/neovim.git
synced 2025-09-20 18:28:19 +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
|
# Find Lua interpreter
|
||||||
include(LuaHelpers)
|
include(LuaHelpers)
|
||||||
set(LUA_DEPENDENCIES lpeg cmsgpack)
|
set(LUA_DEPENDENCIES lpeg cmsgpack bit)
|
||||||
if(NOT LUA_PRG)
|
if(NOT LUA_PRG)
|
||||||
foreach(CURRENT_LUA_PRG luajit lua)
|
foreach(CURRENT_LUA_PRG luajit lua)
|
||||||
# If LUA_PRG is set find_program() will not search
|
# If LUA_PRG is set find_program() will not search
|
||||||
|
Reference in New Issue
Block a user