mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-11-17 22:17:19 +01:00
Moved pcre2 into the regex module directly.
This commit is contained in:
parent
cd13c50e49
commit
422144f7f3
@ -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"]:
|
||||
|
@ -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"])
|
||||
|
Loading…
Reference in New Issue
Block a user