diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2017-08-31 11:56:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-31 11:56:19 +0200 |
| commit | 0cee288c1147f0f719682c544ea21b13faddf347 (patch) | |
| tree | ebb259da2bb6b8d25976c02dbd21681647bf38d7 /SConstruct | |
| parent | 3b0b0a1d99e2eb8e6d2ca05c74b9ce5b0c556fce (diff) | |
| parent | e3e2f063244804bb147418dc219ba6db8219304b (diff) | |
| download | redot-engine-0cee288c1147f0f719682c544ea21b13faddf347.tar.gz | |
Merge pull request #10148 from leezh/pcre2
Replacement of internal RegEx with PCRE2
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index c5071e9861..9a3ee03ed5 100644 --- a/SConstruct +++ b/SConstruct @@ -167,6 +167,7 @@ opts.Add('builtin_libvpx', "Use the builtin libvpx library (yes/no)", 'yes') opts.Add('builtin_libwebp', "Use the builtin libwebp library (yes/no)", 'yes') opts.Add('builtin_openssl', "Use the builtin openssl library (yes/no)", 'yes') opts.Add('builtin_opus', "Use the builtin opus library (yes/no)", 'yes') +opts.Add('builtin_pcre2', "Use the builtin pcre2 library (yes/no)", 'yes') opts.Add('builtin_squish', "Use the builtin squish library (yes/no)", 'yes') opts.Add('builtin_zlib', "Use the builtin zlib library (yes/no)", 'yes') |
