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 62ee088 commit 9e4b119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -35,7 +35,7 @@ if (WIN32)
OUTPUT_NAME "lua5.1"
PREFIX ""
)
target_link_libraries(luaproxy lua)
target_link_libraries(luaproxy lualib)

# Output the executable into the $/Server folder, so that Cuberite can find it:
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR}/Server)
Expand Down

0 comments on commit 9e4b119

Please sign in to comment.