diff options
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index aa31c39d32..a847535812 100644 --- a/SConstruct +++ b/SConstruct @@ -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_" |