summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/DefineDependsandFlags.cmake
diff options
context:
space:
mode:
authorThomas Holder <thomas@thomas-holder.de>2019-06-02 20:49:02 +0000
committerThomas Holder <thomas@thomas-holder.de>2019-06-02 20:49:02 +0000
commit6edc3e959fff0d576547582a708a6a43e74285ab (patch)
tree770965ec47b6c44ba9e616fd9ba52b62d74b3a1d /CMakeScripts/DefineDependsandFlags.cmake
parentFix CI warning (diff)
downloadinkscape-6edc3e959fff0d576547582a708a6a43e74285ab.tar.gz
inkscape-6edc3e959fff0d576547582a708a6a43e74285ab.zip
Fix linking for Homebrew (macOS)
Supersedes !710
Diffstat (limited to 'CMakeScripts/DefineDependsandFlags.cmake')
-rw-r--r--CMakeScripts/DefineDependsandFlags.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeScripts/DefineDependsandFlags.cmake b/CMakeScripts/DefineDependsandFlags.cmake
index 73e15fbb1..e0afe784d 100644
--- a/CMakeScripts/DefineDependsandFlags.cmake
+++ b/CMakeScripts/DefineDependsandFlags.cmake
@@ -214,7 +214,7 @@ endif()
if(APPLE)
pkg_check_modules(MacIntegration REQUIRED gtk-mac-integration-gtk3)
list(APPEND INKSCAPE_INCS_SYS ${MacIntegration_INCLUDE_DIRS})
- list(APPEND INKSCAPE_LIBS ${MacIntegration_LIBRARIES})
+ list(APPEND INKSCAPE_LIBS ${MacIntegration_LDFLAGS})
endif()
# ----------------------------------------------------------------------------