[unicode] Adjust error message
This commit is contained in:
parent
0d66529135
commit
c4c646280f
|
@ -165,7 +165,7 @@ hb_unicode_funcs_get_default ()
|
||||||
|
|
||||||
#if !defined(HB_NO_UNICODE_FUNCS) && defined(HB_UNICODE_FUNCS_NIL)
|
#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 "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
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue