Allow disabling the RegEx module in the editor
This commit is contained in:
@ -683,7 +683,7 @@ if selected_platform in platform_list:
|
||||
if env["minizip"]:
|
||||
env.Append(CPPDEFINES=["MINIZIP_ENABLED"])
|
||||
|
||||
editor_module_list = ["freetype", "regex"]
|
||||
editor_module_list = ["freetype"]
|
||||
if env["tools"] and not env.module_check_dependencies("tools", editor_module_list):
|
||||
print(
|
||||
"Build option 'module_"
|
||||
|
||||
Reference in New Issue
Block a user