diff --git a/limelight-common/PlatformSockets.c b/limelight-common/PlatformSockets.c index 46f3493..e960e5f 100644 --- a/limelight-common/PlatformSockets.c +++ b/limelight-common/PlatformSockets.c @@ -111,7 +111,7 @@ int initializePlatformSockets(void) { #if defined(LC_WINDOWS) WSADATA data; return WSAStartup(MAKEWORD(2, 0), &data); -#elif defined(LC_POSIX) +#elif defined(LC_POSIX) && !defined(LC_CHROME) // Disable SIGPIPE signals to avoid us getting // killed when a socket gets an EPIPE error struct sigaction sa;