You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Merge pull request #46171 from akien-mga/scons-editor-always-freetype
SCons: Make freetype module a mandatory editor dependency
This commit is contained in:
@@ -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_"
|
||||
|
||||
Reference in New Issue
Block a user