mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-18 04:19:55 +01:00
Explicitly link libechonest statically instead of relying on the default (which is changed to SHARED by rpmbuild)
This commit is contained in:
parent
ed154b463c
commit
00c6d20c3f
2
3rdparty/libechonest/CMakeLists.txt
vendored
2
3rdparty/libechonest/CMakeLists.txt
vendored
@ -52,7 +52,7 @@ ELSE( APPLE OR MINGW )
|
||||
ENDIF( APPLE OR MINGW )
|
||||
|
||||
|
||||
add_library( echonest ${LIBECHONEST_SRC} )
|
||||
add_library( echonest STATIC ${LIBECHONEST_SRC} )
|
||||
target_link_libraries( echonest ${OS_SPECIFIC_LINK_LIBRARIES} ${QT_QTCORE_LIBRARY} ${QT_QTNETWORK_LIBRARY} )
|
||||
|
||||
foreach(file ${LIBECHONEST_H} echonest_export.h Util.h)
|
||||
|
Loading…
Reference in New Issue
Block a user