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:
parent
ad8a5962f3
commit
fa861eda20
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue