forked from pool/lua-luv
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luv?expand=0&rev=38
12 lines
372 B
Diff
12 lines
372 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -260,7 +260,7 @@
|
|
endif (USE_LUAJIT)
|
|
endif (LUA)
|
|
elseif("${CMAKE_SYSTEM_NAME}" MATCHES "Linux")
|
|
- target_link_libraries(${TARGET_NAME} ${LIBUV_LIBRARIES} rt)
|
|
+ target_link_libraries(${TARGET_NAME} ${LIBUV_LIBRARIES} rt lua)
|
|
else()
|
|
target_link_libraries(${TARGET_NAME} ${LIBUV_LIBRARIES})
|
|
endif()
|