summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-04-19 16:16:07 +0200
committerMichael Stahl <mstahl@redhat.com>2012-04-19 16:21:42 +0200
commit6cd7aa59a8bc918f637a68df8002c4b58e9469f4 (patch)
tree51a01ca8a66ee986fc1c9ae17ab968cd4bb3b7ee /RepositoryExternal.mk
parente40e42ffeaa56c2f66b71c58190774cc70d20343 (diff)
gb_LinkTarget_add_static_libs never existed
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 10dc6332a93b..d618b633fefa 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -453,7 +453,7 @@ $(call gb_LinkTarget_use_libraries,$(1),\
)
ifneq ($(OS),WNT)
ifeq ($(OS),MACOSX)
-$(call gb_LinkTarget_add_static_libs,$(1),\
+$(call gb_LinkTarget_use_static_libraries,$(1),\
pixman-1 \
)
else