summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2021-09-15 20:09:32 +0200
committerGitHub <noreply@github.com>2021-09-15 20:09:32 +0200
commitf61edebd923c432f4311a5889996c8d0f437bc26 (patch)
tree173be68d293edbef90499839e99c54d7709d96d2 /SConstruct
parent520462e98c15ef583f24ea39fb874a388d377b1c (diff)
parent4fc639916c096ebe9bf52907c35c9e4bc8ef36b9 (diff)
Merge pull request #52272 from aaronfranke/regex
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 8feb9e61bb..b6c98eea77 100644
--- a/SConstruct
+++ b/SConstruct
@@ -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_"