this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix deprecated features for lua/fennel. (#2759)

Co-authored-by: 宋文武 <iyzsong@member.fsf.org>

authored by

iyzsong
宋文武
and committed by
GitHub
fcfd7c98 56a9f733

+2 -1
+2 -1
cmake/lua.cmake
··· 13 13 ${CMAKE_SOURCE_DIR}/src/api/luaapi.c 14 14 ${CMAKE_SOURCE_DIR}/src/api/parse_note.c 15 15 ) 16 - target_link_libraries(luaapi PRIVATE ${lua_LIBRARY}) 16 + target_link_libraries(luaapi PRIVATE runtime ${lua_LIBRARY}) 17 17 target_include_directories(luaapi PUBLIC 18 18 ${lua_INCLUDE_DIR} 19 19 ${CMAKE_SOURCE_DIR}/include ··· 72 72 ${CMAKE_SOURCE_DIR}/src/api/luaapi.c 73 73 ${CMAKE_SOURCE_DIR}/src/api/parse_note.c 74 74 ) 75 + target_link_libraries(luaapi PRIVATE runtime) 75 76 76 77 target_compile_definitions(luaapi PRIVATE LUA_COMPAT_5_2) 77 78