Fix build with no Unicode funcs implementations provided
This commit is contained in:
parent
6efe1eca66
commit
9a5b421a64
|
@ -99,6 +99,7 @@ extern HB_INTERNAL const hb_unicode_funcs_t _hb_icu_unicode_funcs;
|
||||||
#define _hb_unicode_funcs_default _hb_icu_unicode_funcs
|
#define _hb_unicode_funcs_default _hb_icu_unicode_funcs
|
||||||
#else
|
#else
|
||||||
#define HB_UNICODE_FUNCS_NIL 1
|
#define HB_UNICODE_FUNCS_NIL 1
|
||||||
|
extern HB_INTERNAL const hb_unicode_funcs_t _hb_unicode_funcs_nil;
|
||||||
#define _hb_unicode_funcs_default _hb_unicode_funcs_nil
|
#define _hb_unicode_funcs_default _hb_unicode_funcs_nil
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue