Skip to content

Commit

Permalink
Merge pull request #4913 from myk002/myk_lua
Browse files Browse the repository at this point in the history
rename lua lib from lua to lua53
  • Loading branch information
myk002 authored Sep 4, 2024
2 parents f1df6d5 + f0feb0b commit 0392280
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions depends/lua/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ set_source_files_properties(${SRC_LIBLUA} PROPERTIES LANGUAGE CXX)
list(APPEND SRC_LIBLUA ${HDR_LIBLUA})

add_library(lua SHARED ${SRC_LIBLUA})
set_target_properties(lua PROPERTIES OUTPUT_NAME lua53)
target_link_libraries(lua ${LIBS})

if(MSVC)
Expand Down

0 comments on commit 0392280

Please sign in to comment.