summaryrefslogtreecommitdiff
path: root/sfx2/Library_sfx.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/Library_sfx.mk')
-rw-r--r--sfx2/Library_sfx.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk
index 23badc19286e..c384a1b98046 100644
--- a/sfx2/Library_sfx.mk
+++ b/sfx2/Library_sfx.mk
@@ -280,8 +280,10 @@ ifeq ($(OS),MACOSX)
$(eval $(call gb_Library_add_objcxxobjects,sfx,\
sfx2/source/appl/shutdowniconaqua \
))
-$(eval $(call gb_Library_use_libraries,sfx,\
- objc \
+$(eval $(call gb_Library_add_libs,sfx,\
+ -lobjc \
+))
+$(eval $(call gb_Library_use_system_darwin_frameworks,sfx,\
Cocoa \
))
endif