diff options
| author | Fabio Alessandrelli | 2018-02-08 19:17:31 +0100 |
|---|---|---|
| committer | Fabio Alessandrelli | 2018-02-14 01:26:34 +0100 |
| commit | 6fcc8b7e1f415db55c6627630f622a37f6973714 (patch) | |
| tree | 80c267a7a5b36b5537d9bb4038687f391ce159e5 /platform/server/detect.py | |
| parent | 308b03b377fc0001542ad4cfe876fca3c2f49a00 (diff) | |
| download | godot-6fcc8b7e1f415db55c6627630f622a37f6973714.tar.gz godot-6fcc8b7e1f415db55c6627630f622a37f6973714.tar.zst godot-6fcc8b7e1f415db55c6627630f622a37f6973714.zip | |
Diffstat (limited to 'platform/server/detect.py')
| -rw-r--r-- | platform/server/detect.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/platform/server/detect.py b/platform/server/detect.py index 61b56ddef..bc615d3d0 100644 --- a/platform/server/detect.py +++ b/platform/server/detect.py @@ -67,9 +67,6 @@ def configure(env): # FIXME: Check for existence of the libs before parsing their flags with pkg-config - if not env['builtin_openssl']: - env.ParseConfig('pkg-config openssl --cflags --libs') - if not env['builtin_libwebp']: env.ParseConfig('pkg-config libwebp --cflags --libs') |
