diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-09-29 00:47:02 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-09-29 00:47:02 +0200 |
commit | 422306ef873d96d8ec8439cd97c06e3a902e83b4 (patch) | |
tree | 406032bb92c18142d257bb5ee878163fedf57310 /SConstruct | |
parent | 3fbd33af85ab89a90c16773c6f853ba577c48ee1 (diff) | |
parent | 2167157aaf0c4b2993ad67b929b3b51279360e29 (diff) | |
download | redot-engine-422306ef873d96d8ec8439cd97c06e3a902e83b4.tar.gz |
Merge pull request #97325 from BlueCube3310/bcdec
Replace squish with bcdec for BC decompression
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index 33e072b27f..63cff4fe16 100644 --- a/SConstruct +++ b/SConstruct @@ -299,7 +299,6 @@ opts.Add(BoolVariable("builtin_pcre2_with_jit", "Use JIT compiler for the built- opts.Add(BoolVariable("builtin_recastnavigation", "Use the built-in Recast navigation library", True)) opts.Add(BoolVariable("builtin_rvo2_2d", "Use the built-in RVO2 2D library", True)) opts.Add(BoolVariable("builtin_rvo2_3d", "Use the built-in RVO2 3D library", True)) -opts.Add(BoolVariable("builtin_squish", "Use the built-in squish library", True)) opts.Add(BoolVariable("builtin_xatlas", "Use the built-in xatlas library", True)) opts.Add(BoolVariable("builtin_zlib", "Use the built-in zlib library", True)) opts.Add(BoolVariable("builtin_zstd", "Use the built-in Zstd library", True)) |