Allow disabling the RegEx module in the editor

This commit is contained in:
Aaron Franke
2021-08-30 20:28:37 -05:00
parent 520462e98c
commit 4fc639916c
5 changed files with 27 additions and 12 deletions

View File

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