diff options
| author | Rémi Verschelde | 2016-11-19 13:38:46 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2016-11-19 13:39:03 +0100 |
| commit | c32766a482595256bc48155587a47f27848ac8ea (patch) | |
| tree | c79702df79db142bc56adbf435f9e834f46fcfdb /platform/server | |
| parent | ec4be71fade1ee5c6171e323d09197f3bf528499 (diff) | |
| download | godot-c32766a482595256bc48155587a47f27848ac8ea.tar.gz godot-c32766a482595256bc48155587a47f27848ac8ea.tar.zst godot-c32766a482595256bc48155587a47f27848ac8ea.zip | |
Diffstat (limited to 'platform/server')
| -rw-r--r-- | platform/server/detect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/server/detect.py b/platform/server/detect.py index 02e000c02..4d86ffd37 100644 --- a/platform/server/detect.py +++ b/platform/server/detect.py @@ -80,7 +80,7 @@ def configure(env): env.ParseConfig('pkg-config freetype2 --cflags --libs') if (env['builtin_libpng'] == 'no'): - env.ParseConfig('pkg-config libpng16 --cflags --libs') + env.ParseConfig('pkg-config libpng --cflags --libs') if (env['builtin_enet'] == 'no'): env.ParseConfig('pkg-config libenet --cflags --libs') |
