1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-24 20:06:38 +02:00

tests: fix link of tests on GNU Hurd and FreeBSD

This commit is contained in:
Sébastien Helleu
2019-01-20 16:53:00 +01:00
parent 142d312ad7
commit eb0828ec6c
+2 -1
View File
@@ -72,7 +72,8 @@ set(LIBS
${PROJECT_BINARY_DIR}/src/core/libweechat_core.a
${EXTRA_LIBS}
${CURL_LIBRARIES}
${CPPUTEST_LIBRARIES})
${CPPUTEST_LIBRARIES}
-rdynamic)
target_link_libraries(tests ${LIBS})
add_dependencies(tests
weechat_core weechat_plugins weechat_gui_common weechat_gui_headless