mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-31 11:35:24 +01:00
We don't need to link against libz on windows or linux for some reason. 900 GET
This commit is contained in:
parent
49f273edd2
commit
c5db4c025c
@ -68,7 +68,6 @@ target_link_libraries(clementine_lib
|
||||
qtiocompressor
|
||||
lastfm
|
||||
chardet
|
||||
z
|
||||
${GOBJECT_LIBRARIES}
|
||||
${GLIB_LIBRARIES}
|
||||
${TAGLIB_LIBRARIES}
|
||||
@ -80,6 +79,7 @@ if (APPLE)
|
||||
target_link_libraries(clementine_lib
|
||||
${GROWL}
|
||||
${SPARKLE}
|
||||
z
|
||||
/System/Library/Frameworks/Carbon.framework
|
||||
/System/Library/Frameworks/Foundation.framework
|
||||
/System/Library/Frameworks/AppKit.framework
|
||||
|
Loading…
x
Reference in New Issue
Block a user