mirror of
https://github.com/walterschell/Lua.git
synced 2024-11-22 13:14:35 +00:00
added libtinfo dependency
required on aarch64 debian bookworm. While libreadline requires e.g. tputs it does not link against libtinfo itself.
This commit is contained in:
parent
88246d621a
commit
81f47ed7e8
@ -125,6 +125,7 @@ if(LUA_BUILD_BINARY)
|
|||||||
if (HAVE_READLINE_READLINE_H)
|
if (HAVE_READLINE_READLINE_H)
|
||||||
target_compile_definitions(lua PRIVATE "LUA_USE_READLINE")
|
target_compile_definitions(lua PRIVATE "LUA_USE_READLINE")
|
||||||
target_link_libraries(lua PUBLIC readline)
|
target_link_libraries(lua PUBLIC readline)
|
||||||
|
target_link_libraries(lua PUBLIC tinfo)
|
||||||
endif()
|
endif()
|
||||||
list(APPEND TARGETS_TO_INSTALL lua)
|
list(APPEND TARGETS_TO_INSTALL lua)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user