1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-31 03:27:40 +01:00

Link the right library for dlopen/dlclose on all platforms.

Fixes issue #2443
This commit is contained in:
John Maguire 2011-11-30 15:40:28 +01:00
parent 8df341492b
commit 7951691a7e

View File

@ -976,6 +976,7 @@ target_link_libraries(clementine_lib
${QTSINGLECOREAPPLICATION_LIBRARIES}
${QTIOCOMPRESSOR_LIBRARIES}
${CMAKE_THREAD_LIBS_INIT}
${CMAKE_DL_LIBS}
z
)