mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 14:12:51 +00:00
Optional Unix Socket disable for devices that do not support it
This commit is contained in:
parent
24e1039eb6
commit
fe068b61ad
@ -30,6 +30,7 @@
|
||||
|
||||
#include "net_socket_posix.h"
|
||||
|
||||
#ifndef UNIX_SOCKET_UNAVAILABLE
|
||||
#if defined(UNIX_ENABLED)
|
||||
|
||||
#include <errno.h>
|
||||
@ -691,3 +692,4 @@ Error NetSocketPosix::join_multicast_group(const IP_Address &p_multi_address, St
|
||||
Error NetSocketPosix::leave_multicast_group(const IP_Address &p_multi_address, String p_if_name) {
|
||||
return _change_multicast_group(p_multi_address, p_if_name, false);
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user