diff --git a/libluv/CMakeLists.txt b/libluv/CMakeLists.txt index 50c90ce..14b33b1 100644 --- a/libluv/CMakeLists.txt +++ b/libluv/CMakeLists.txt @@ -173,7 +173,7 @@ if(WIN32) endif (USE_LUAJIT) endif (LUA) elseif("${CMAKE_SYSTEM_NAME}" MATCHES "Linux") - target_link_libraries(luv ${LIBUV_LIBRARIES} rt) + target_link_libraries(luv ${LIBUV_LIBRARIES} rt luajit-5.1) else() target_link_libraries(luv ${LIBUV_LIBRARIES}) endif()