mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Remove libwebsocket. No longer used, yay!
This commit is contained in:
parent
9e303ef71c
commit
aae6c075aa
98 changed files with 12 additions and 49264 deletions
|
|
@ -128,8 +128,8 @@ def configure(env):
|
|||
if any(platform.machine() in s for s in list_of_x86):
|
||||
env["x86_libtheora_opt_gcc"] = True
|
||||
|
||||
if not env['builtin_libwebsockets']:
|
||||
env.ParseConfig('pkg-config libwebsockets --cflags --libs')
|
||||
if not env['builtin_wslay']:
|
||||
env.ParseConfig('pkg-config libwslay --cflags --libs')
|
||||
|
||||
if not env['builtin_mbedtls']:
|
||||
# mbedTLS does not provide a pkgconfig config yet. See https://github.com/ARMmbed/mbedtls/issues/228
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue