summaryrefslogtreecommitdiff
path: root/RepositoryExternal.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 /RepositoryExternal.mk
parentcee32aae398283c38b42c73add694e9d074a5d62 (diff)
gbuild: gb_Library_PLAINLIBS_NONE cleanup for Mac
Change-Id: I66f8229e186e312ed3242695db9ef0768ab4d9a0
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 2f79d77ec35d..2da039709050 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -1464,8 +1464,8 @@ $(call gb_LinkTarget_use_static_libraries,$(1),\
)
ifeq ($(OS),MACOSX)
-$(call gb_LinkTarget_use_libraries,$(1),\
- objc \
+$(call gb_LinkTarget_add_libs,$(1),\
+ -lobjc \
)
else ifeq ($(OS),WNT)
$(call gb_LinkTarget_use_libraries,$(1),\