SCons: Make freetype module a mandatory editor dependency

Fixes #28650.
This commit is contained in:
Rémi Verschelde 2021-02-18 14:17:19 +01:00
parent 5529fe5680
commit 6b13f33fb0
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 1 deletions

View File

@ -617,7 +617,7 @@ if selected_platform in platform_list:
if env["minizip"]:
env.Append(CPPDEFINES=["MINIZIP_ENABLED"])
editor_module_list = ["regex"]
editor_module_list = ["freetype", "regex"]
if env["tools"] and not env.module_check_dependencies("tools", editor_module_list):
print(
"Build option 'module_"