1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Image: Include S3TC compression via Squish in non-tools build

We already build Squish in templates build for S3TC decompression,
so we can as well expose the compression feature.

Fixes #25640.
This commit is contained in:
Rémi Verschelde
2020-01-13 15:58:49 +01:00
parent 087ffc8b5a
commit c7b701dfd2
6 changed files with 3 additions and 9 deletions

View File

@@ -162,7 +162,7 @@ def configure(env):
if not env['builtin_enet']:
env.ParseConfig('pkg-config libenet --cflags --libs')
if not env['builtin_squish'] and env['tools']:
if not env['builtin_squish']:
env.ParseConfig('pkg-config libsquish --cflags --libs')
if not env['builtin_zstd']: