[unicode] Adjust error message

This commit is contained in:
Behdad Esfahbod 2023-01-12 13:58:46 -07:00
parent 0d66529135
commit c4c646280f
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ hb_unicode_funcs_get_default ()
#if !defined(HB_NO_UNICODE_FUNCS) && defined(HB_UNICODE_FUNCS_NIL)
#error "Could not find any Unicode functions implementation, you have to provide your own"
#error "Consider building hb-ucd.cc. If you absolutely want to build without any, check the code."
#error "Consider building hb-ucd.cc. If you absolutely want to build without any, define HB_NO_UNICODE_FUNCS."
#endif
/**