1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

harfbuzz: Update to 11.3.2

This commit is contained in:
Pāvels Nadtočajevs
2025-07-22 09:41:20 +03:00
parent 71a9948157
commit 37f506c33d
72 changed files with 3901 additions and 2395 deletions

View File

@@ -51,12 +51,6 @@
/* g++ didn't like older gtype.h gcc-only code path. */
#include <glib.h>
#if !GLIB_CHECK_VERSION(2,29,16)
#undef __GNUC__
#undef __GNUC_MINOR__
#define __GNUC__ 2
#define __GNUC_MINOR__ 6
#endif
#include "hb-gobject.h"