1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00

Can't daemonize on windows.

This commit is contained in:
Joakim Soderberg 2014-01-14 15:32:16 +01:00
parent ad8a5962f3
commit fa861eda20

View file

@ -91,7 +91,7 @@ if (LWS_WITH_LATENCY)
set(LWS_LATENCY 1)
endif()
if (LWS_WITHOUT_DAEMONIZE)
if (LWS_WITHOUT_DAEMONIZE OR WIN32)
set(LWS_NO_DAEMONIZE 1)
endif()