pdfium: don't need two copies of freetype on android either
Change-Id: I581575e2b13482d16aca284bfa502ed164b8c9d0
This commit is contained in:
2
external/pdfium/Library_pdfium.mk
vendored
2
external/pdfium/Library_pdfium.mk
vendored
@@ -555,7 +555,7 @@ $(eval $(call gb_Library_use_externals,pdfium,\
|
|||||||
icuuc \
|
icuuc \
|
||||||
))
|
))
|
||||||
|
|
||||||
ifeq ($(OS),LINUX)
|
ifneq (,$(filter LINUX ANDROID,$(OS)))
|
||||||
$(eval $(call gb_Library_add_libs,pdfium,\
|
$(eval $(call gb_Library_add_libs,pdfium,\
|
||||||
-ldl \
|
-ldl \
|
||||||
-lrt \
|
-lrt \
|
||||||
|
Reference in New Issue
Block a user