1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

Enabling ipv6 in libwebsockets

This commit is contained in:
Aina
2019-02-23 08:23:24 +01:00
parent 4f697f73a5
commit 9e6aefa3ae

View File

@@ -78,6 +78,7 @@
/* Build with support for ipv6 */
/* #undef LWS_WITH_IPV6 */
#define LWS_WITH_IPV6
/* Build with support for UNIX domain socket */
/* #undef LWS_WITH_UNIX_SOCK */