| Index: third_party/harfbuzz-ng/src/hb-unicode.cc
|
| diff --git a/third_party/harfbuzz-ng/src/hb-unicode.cc b/third_party/harfbuzz-ng/src/hb-unicode.cc
|
| index 145d528b89a2d8fb18586c291a80b3399b1d59d8..ed99ca211dd04f567ee8f7cb56f42b33af7acd2a 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-unicode.cc
|
| +++ b/third_party/harfbuzz-ng/src/hb-unicode.cc
|
| @@ -133,7 +133,7 @@ hb_unicode_funcs_get_default (void)
|
|
|
| #ifdef HAVE_GLIB
|
| HB_UNICODE_FUNCS_IMPLEMENT(glib)
|
| -#elif defined(HAVE_ICU)
|
| +#elif defined(HAVE_ICU) && defined(HAVE_ICU_BUILTIN)
|
| HB_UNICODE_FUNCS_IMPLEMENT(icu)
|
| #elif defined(HAVE_UCDN)
|
| HB_UNICODE_FUNCS_IMPLEMENT(ucdn)
|
|
|