diff options
| author | Rémi Verschelde | 2016-11-19 14:09:01 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2016-11-19 14:09:01 +0100 |
| commit | 4965ddfaa1536fb179d4b156d1ecb8a72a3c565f (patch) | |
| tree | 93ed700bc3711c57adf2457079abee5ddc9e2a8a /platform/server/detect.py | |
| parent | c32766a482595256bc48155587a47f27848ac8ea (diff) | |
| download | godot-4965ddfaa1536fb179d4b156d1ecb8a72a3c565f.tar.gz godot-4965ddfaa1536fb179d4b156d1ecb8a72a3c565f.tar.zst godot-4965ddfaa1536fb179d4b156d1ecb8a72a3c565f.zip | |
Diffstat (limited to 'platform/server/detect.py')
| -rw-r--r-- | platform/server/detect.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/server/detect.py b/platform/server/detect.py index 4d86ffd37..8bc85f342 100644 --- a/platform/server/detect.py +++ b/platform/server/detect.py @@ -76,7 +76,6 @@ def configure(env): env.ParseConfig('pkg-config libwebp --cflags --libs') if (env['builtin_freetype'] == 'no'): - env['builtin_libpng'] = 'no' # Freetype links against libpng env.ParseConfig('pkg-config freetype2 --cflags --libs') if (env['builtin_libpng'] == 'no'): |
