diff options
author | Arjen van Staalduinen <arst@knowlogy.nl> | 2018-12-18 15:42:25 +0100 |
---|---|---|
committer | Arjen van Staalduinen <arst@knowlogy.nl> | 2018-12-18 15:42:25 +0100 |
commit | c3c7ac0953af8682792062af4c4e8df8abd6d8f8 (patch) | |
tree | 7f2a95639c7b61fe8b46fda802a5bb43ddb35b16 | |
parent | 1039ba9ffb8588e8b0abddaa753d270979147c23 (diff) |
Disable gzip and lzw support for freetype
This resolves #24287 that causes linking issues when using the debug target for platform iOS.
-rw-r--r-- | thirdparty/freetype/include/freetype/config/ftoption.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/thirdparty/freetype/include/freetype/config/ftoption.h b/thirdparty/freetype/include/freetype/config/ftoption.h index 4bcab2af5c..1fc7295a2c 100644 --- a/thirdparty/freetype/include/freetype/config/ftoption.h +++ b/thirdparty/freetype/include/freetype/config/ftoption.h @@ -178,7 +178,7 @@ FT_BEGIN_HEADER /* */ /* 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 */ /* the macro FT_CONFIG_OPTION_SYSTEM_ZLIB below. */ /* */ -#define FT_CONFIG_OPTION_USE_ZLIB +/* #define FT_CONFIG_OPTION_USE_ZLIB */ // -GODOT- /*************************************************************************/ |