Kaydet (Commit) 5985bed1 authored tarafından jan Iversen's avatar jan Iversen

iOS, harfbuzz libcoretext not found

changed --with-libcoretext
from "yes" to "auto" for IOS and MACOSX

Change-Id: I032ad9975413709fdfaead745b63e04f0e0db27e
üst 6685631e
...@@ -37,7 +37,7 @@ $(call gb_ExternalProject_get_state_target,harfbuzz,build) : ...@@ -37,7 +37,7 @@ $(call gb_ExternalProject_get_state_target,harfbuzz,build) :
--with-cairo=no \ --with-cairo=no \
--with-glib=no \ --with-glib=no \
--with-graphite2=yes \ --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) \ $(if $(verbose),--disable-silent-rules,--enable-silent-rules) \
--libdir=$(call gb_UnpackedTarball_get_dir,harfbuzz/src/.libs) \ --libdir=$(call gb_UnpackedTarball_get_dir,harfbuzz/src/.libs) \
$(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \ $(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment