1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Server platform works on OS X too

This commit is contained in:
Marcelo Fernandez
2018-10-25 10:59:26 -03:00
parent 7a42df3626
commit fe93bb03fe
11 changed files with 61 additions and 8 deletions

View File

@@ -55,7 +55,7 @@
#include <netinet/tcp.h>
#if defined(OSX_ENABLED) || defined(IPHONE_ENABLED)
#if defined(__APPLE__)
#define MSG_NOSIGNAL SO_NOSIGPIPE
#endif