From 33aa8c85793ffad2d6c2445e954c3ec3b140818c Mon Sep 17 00:00:00 2001 From: Jim Broadus Date: Thu, 6 May 2021 11:17:36 -0700 Subject: [PATCH] build: Add libgpod link directory. --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4d74960a3..4268ed28c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1307,6 +1307,7 @@ if(HAVE_LIBLASTFM) endif(HAVE_LIBLASTFM) if(HAVE_LIBGPOD) + link_directories(${LIBGPOD_LIBRARY_DIRS}) target_link_libraries(clementine_lib ${LIBGPOD_LIBRARIES}) endif(HAVE_LIBGPOD)