Moved pcre2 into the regex module directly.

This commit is contained in:
Relintai 2023-12-16 13:58:11 +01:00
parent cd13c50e49
commit 422144f7f3
66 changed files with 4 additions and 1 deletions

View File

@ -10,7 +10,7 @@ env_regex = env_modules.Clone()
thirdparty_obj = []
if env["builtin_pcre2"]:
thirdparty_dir = "#thirdparty/pcre2/src/"
thirdparty_dir = "pcre2/src/"
thirdparty_flags = ["PCRE2_STATIC", "HAVE_CONFIG_H", "SUPPORT_UNICODE"]
if env["builtin_pcre2_with_jit"]:

View File

@ -306,6 +306,9 @@ def generate_scu_files(verbose, is_release_build):
process_folder(["modules/mbedtls"])
#process_folder(["modules/regex"])
#process_folder(["modules/regex/pcre2/src", "sljit" ], [], 0, "c")
#process_folder(["scene"])
#process_folder(["scene/audio"])
#process_folder(["scene/debugger"])