gb_LinkTarget_add_static_libs never existed

This commit is contained in:
Michael Stahl
2012-04-19 16:16:07 +02:00
parent e40e42ffea
commit 6cd7aa59a8

View File

@@ -453,7 +453,7 @@ $(call gb_LinkTarget_use_libraries,$(1),\
) )
ifneq ($(OS),WNT) ifneq ($(OS),WNT)
ifeq ($(OS),MACOSX) ifeq ($(OS),MACOSX)
$(call gb_LinkTarget_add_static_libs,$(1),\ $(call gb_LinkTarget_use_static_libraries,$(1),\
pixman-1 \ pixman-1 \
) )
else else