mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Unify TextServer built-in module and GDExtension code.
This commit is contained in:
parent
178961a6dc
commit
f19cd44346
49 changed files with 4658 additions and 3126 deletions
|
|
@ -741,7 +741,7 @@ if selected_platform in platform_list:
|
|||
if env["minizip"]:
|
||||
env.Append(CPPDEFINES=["MINIZIP_ENABLED"])
|
||||
|
||||
editor_module_list = ["freetype"]
|
||||
editor_module_list = []
|
||||
if env["tools"] and not env.module_check_dependencies("tools", editor_module_list):
|
||||
print(
|
||||
"Build option 'module_"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue