mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Disable gzip and lzw support for freetype
This resolves #24287 that causes linking issues when using the debug target for platform iOS.
This commit is contained in:
parent
1039ba9ffb
commit
c3c7ac0953
1 changed files with 2 additions and 2 deletions
|
|
@ -178,7 +178,7 @@ FT_BEGIN_HEADER
|
||||||
/* */
|
/* */
|
||||||
/* Define this macro if you want to enable this `feature'. */
|
/* Define this macro if you want to enable this `feature'. */
|
||||||
/* */
|
/* */
|
||||||
#define FT_CONFIG_OPTION_USE_LZW
|
/* #define FT_CONFIG_OPTION_USE_LZW */ // -GODOT-
|
||||||
|
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
@ -193,7 +193,7 @@ FT_BEGIN_HEADER
|
||||||
/* Define this macro if you want to enable this `feature'. See also */
|
/* Define this macro if you want to enable this `feature'. See also */
|
||||||
/* the macro FT_CONFIG_OPTION_SYSTEM_ZLIB below. */
|
/* the macro FT_CONFIG_OPTION_SYSTEM_ZLIB below. */
|
||||||
/* */
|
/* */
|
||||||
#define FT_CONFIG_OPTION_USE_ZLIB
|
/* #define FT_CONFIG_OPTION_USE_ZLIB */ // -GODOT-
|
||||||
|
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue