Fix cross compiling for mac

This commit is contained in:
John Maguire 2016-12-15 18:45:51 +00:00
parent ae4fac4b4f
commit da90d1ccf2
1 changed files with 7 additions and 7 deletions

View File

@ -1330,13 +1330,13 @@ endif()
if (APPLE)
target_link_libraries(clementine_lib
/System/Library/Frameworks/AppKit.framework
/System/Library/Frameworks/Carbon.framework
/System/Library/Frameworks/CoreAudio.framework
/System/Library/Frameworks/DiskArbitration.framework
/System/Library/Frameworks/Foundation.framework
/System/Library/Frameworks/IOKit.framework
/System/Library/Frameworks/ScriptingBridge.framework
"-framework AppKit"
"-framework Carbon"
"-framework CoreAudio"
"-framework DiskArbitration"
"-framework Foundation"
"-framework IOKit"
"-framework ScriptingBridge"
)
target_link_libraries(clementine_lib ${SPMEDIAKEYTAP_LIBRARIES})
if (HAVE_SPARKLE)