Skip to content

Commit

Permalink
Rename lua to lualib
Browse files Browse the repository at this point in the history
  • Loading branch information
tigerw committed Jul 12, 2020
1 parent 23cd448 commit 4d24aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SET (LIB_SOURCE
)

add_library(tolualib ${LIB_SOURCE})
target_link_libraries(tolualib lua)
target_link_libraries(tolualib lualib)

if (${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD")
add_flags_lnk(-L/usr/local/lib)
Expand Down

0 comments on commit 4d24aa3

Please sign in to comment.