Skip to content

Commit

Permalink
Swap LUA_COMPAT_5_2 for LUA_COMPAT_5_3, since we're in Lua 5.4 now (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
MineRobber9000 authored Dec 14, 2024
1 parent 7a766a0 commit 028a118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/lua.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if(BUILD_WITH_LUA OR BUILD_WITH_MOON OR BUILD_WITH_FENNEL)
${CMAKE_SOURCE_DIR}/src/api/parse_note.c
)

target_compile_definitions(luaapi PRIVATE LUA_COMPAT_5_2)
target_compile_definitions(luaapi PRIVATE LUA_COMPAT_5_3)

target_include_directories(luaapi
PUBLIC ${THIRDPARTY_DIR}/lua
Expand Down

0 comments on commit 028a118

Please sign in to comment.