Browse Source

SCons: Make freetype module a mandatory editor dependency

Fixes #28650.
Rémi Verschelde 4 years ago
parent
commit
6b13f33fb0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      SConstruct

+ 1 - 1
SConstruct

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