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

Merge pull request #11527 from QuLogic/system-zstd

Enable building against system zstd.
This commit is contained in:
Rémi Verschelde
2017-09-24 08:58:38 +02:00
committed by GitHub
6 changed files with 33 additions and 20 deletions

View File

@@ -89,6 +89,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.)