diff options
Diffstat (limited to 'platform/server/detect.py')
-rw-r--r-- | platform/server/detect.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/server/detect.py b/platform/server/detect.py index 2bb4b59e94..60c054713e 100644 --- a/platform/server/detect.py +++ b/platform/server/detect.py @@ -98,6 +98,9 @@ def configure(env): if (env['builtin_squish'] == 'no' and env["tools"] == "yes"): env.ParseConfig('pkg-config libsquish --cflags --libs') + if env['builtin_zstd'] == 'no': + env.ParseConfig('pkg-config libzstd --cflags --libs') + # Sound and video libraries # Keep the order as it triggers chained dependencies (ogg needed by others, etc.) |