mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
[face] Fix HB_LEAN build
This commit is contained in:
parent
6b9d9f7259
commit
2ecc68c12f
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,6 @@ hb_face_create_from_file_or_fail (const char *file_name,
|
|||
|
||||
return face;
|
||||
}
|
||||
#endif
|
||||
|
||||
static struct supported_face_loaders_t {
|
||||
char name[9];
|
||||
|
@ -452,6 +451,7 @@ hb_face_list_loaders ()
|
|||
{
|
||||
return static_face_loader_list.get_unconst ();
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue