diff options
| author | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2017-09-23 23:46:47 -0400 |
|---|---|---|
| committer | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2017-09-23 23:46:47 -0400 |
| commit | a4083886233e56e423b3f75e55cced5913d1f02a (patch) | |
| tree | a8126b3f6fba38e6e21a3bbf77bfe16a2f177b98 /SConstruct | |
| parent | 30a25b7d0333bf4d00cb09244426f17338fcdf59 (diff) | |
| download | redot-engine-a4083886233e56e423b3f75e55cced5913d1f02a.tar.gz | |
Enable building against system zstd.
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index f2f1ea57f3..a6767e6a25 100644 --- a/SConstruct +++ b/SConstruct @@ -171,6 +171,7 @@ opts.Add('builtin_pcre2', "Use the builtin pcre2 library (yes/no)", 'yes') opts.Add('builtin_recast', "Use the builtin recast 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') +opts.Add('builtin_zstd', "Use the builtin zstd library (yes/no)", 'yes') # Environment setup opts.Add("CXX", "C++ compiler") |
