pixman-1 appears to be a static lib on MacOS when using internal one

This commit is contained in:
Norbert Thiebaud
2011-07-24 16:00:24 -05:00
parent d5ac53d4d4
commit ae70a17a6f

View File

@@ -244,10 +244,16 @@ $(call gb_LinkTarget_add_linked_libs,$(1),\
cairo \
)
ifneq ($(OS),WNT)
ifeq ($(OS),MACOSX)
$(call gb_LinkTarget_add_static_libs,$(1),\
pixman-1 \
)
else
$(call gb_LinkTarget_add_linked_libs,$(1),\
pixman-1 \
)
endif
endif
endef
endif # SYSTEM_CAIRO