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

Enable building against system zstd.

This commit is contained in:
Elliott Sales de Andrade
2017-09-23 23:46:47 -04:00
parent 30a25b7d03
commit a408388623
6 changed files with 33 additions and 20 deletions

View File

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