From 2ecc68c12fb811f696af0de280ec0e96bab4b7d4 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 9 Mar 2025 01:46:07 -0700 Subject: [PATCH] [face] Fix HB_LEAN build --- src/hb-face.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-face.cc b/src/hb-face.cc index a738e9c28..4a783f74f 100644 --- a/src/hb-face.cc +++ b/src/hb-face.cc @@ -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 /**