Skip to content
Snippets Groups Projects
Commit a088a3c2 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

build: link libjamiclient on macOS

Change-Id: Id0587b2fc7d35b627b0efcba184a15fa49972ac3
parent ff826886
No related branches found
No related tags found
No related merge requests found
......@@ -670,7 +670,7 @@ elseif (NOT APPLE)
else()
set(resources
${CMAKE_CURRENT_SOURCE_DIR}/resources/images/jami.icns)
set(libs ${QT_LIBS} ${SYSTEM_CONFIGURATUION} qrencode)
set(libs ${QT_LIBS} ${SYSTEM_CONFIGURATUION} qrencode ${LIBCLIENT_NAME})
if(ENABLE_SPARKLE)
set(resources ${resources} ${PUBLIC_KEY} ${SPARKLE_FRAMEWORK})
set(libs ${libs} ${SPARKLE_FRAMEWORK})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment