iOS, harfbuzz libcoretext not found
changed --with-libcoretext from "yes" to "auto" for IOS and MACOSX Change-Id: I032ad9975413709fdfaead745b63e04f0e0db27e
This commit is contained in:
parent
6685631ed9
commit
5985bed176
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ $(call gb_ExternalProject_get_state_target,harfbuzz,build) :
|
|||
--with-cairo=no \
|
||||
--with-glib=no \
|
||||
--with-graphite2=yes \
|
||||
$(if $(filter IOS MACOSX,$(OS)),--with-coretext=yes) \
|
||||
$(if $(filter IOS MACOSX,$(OS)),--with-coretext=auto) \
|
||||
$(if $(verbose),--disable-silent-rules,--enable-silent-rules) \
|
||||
--libdir=$(call gb_UnpackedTarball_get_dir,harfbuzz/src/.libs) \
|
||||
$(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \
|
||||
|
|
Loading…
Reference in a new issue