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

Deleting OpenSSL module and library

This commit is contained in:
Fabio Alessandrelli
2018-02-08 19:17:31 +01:00
parent 308b03b377
commit 6fcc8b7e1f
934 changed files with 3 additions and 351070 deletions

View File

@@ -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')