pixman-1 appears to be a static lib on MacOS when using internal one
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user