浏览代码

Merge pull request #46171 from akien-mga/scons-editor-always-freetype

SCons: Make freetype module a mandatory editor dependency
Rémi Verschelde 4 年之前
父节点
当前提交
a67a6a5a18
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      SConstruct

+ 1 - 1
SConstruct

@@ -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_"