summaryrefslogtreecommitdiff
path: root/Library_merged.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-09-28 00:54:49 +0200
committerMichael Stahl <mstahl@redhat.com>2012-09-28 16:49:07 +0200
commit967986b86184ee4bcd04ff4b98829d8fa73a15a5 (patch)
tree512c433959b06646c931cbe278363415b276648d /Library_merged.mk
parentcee32aae398283c38b42c73add694e9d074a5d62 (diff)
gbuild: gb_Library_PLAINLIBS_NONE cleanup for Mac
Change-Id: I66f8229e186e312ed3242695db9ef0768ab4d9a0
Diffstat (limited to 'Library_merged.mk')
-rw-r--r--Library_merged.mk12
1 files changed, 7 insertions, 5 deletions
diff --git a/Library_merged.mk b/Library_merged.mk
index 847e5474e576..6a2a9ecbdbb9 100644
--- a/Library_merged.mk
+++ b/Library_merged.mk
@@ -99,10 +99,10 @@ $(eval $(call gb_Library_use_externals,merged,\
endif
ifeq ($(OS),LINUX)
-$(eval $(call gb_Library_use_libraries,merged,\
- dl \
- m \
- pthread \
+$(eval $(call gb_Library_add_libs,merged,\
+ -lm \
+ -ldl \
+ -lpthread \
))
endif
@@ -129,7 +129,9 @@ endif
ifeq ($(OS),MACOSX)
$(eval $(call gb_Library_use_libraries,merged,\
AppleRemote \
- objc \
+))
+$(eval $(call gb_Library_add_libs,merged,\
+ -lobjc \
))
$(eval $(call gb_Library_use_system_darwin_frameworks,merged,\
Carbon \