diff options
Diffstat (limited to 'CMakeScripts')
| -rw-r--r-- | CMakeScripts/DefineDependsandFlags.cmake | 2 |
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() # ---------------------------------------------------------------------------- |
