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:
parent
8df341492b
commit
7951691a7e
@ -976,6 +976,7 @@ target_link_libraries(clementine_lib
|
||||
${QTSINGLECOREAPPLICATION_LIBRARIES}
|
||||
${QTIOCOMPRESSOR_LIBRARIES}
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
${CMAKE_DL_LIBS}
|
||||
z
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user