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

Bugfix compiling for cross compiling.

! does not mean NOT, use NOT instead :)
This commit is contained in:
Joakim Soderberg 2013-02-22 09:27:57 +08:00 committed by Andy Green
parent bb66ac6ec1
commit fe2dae759d

View file

@ -264,7 +264,7 @@ else()
endif()
if (UNIX)
if (!WITH_BUILTIN_GETIFADDRS)
if (NOT WITH_BUILTIN_GETIFADDRS)
list(APPEND HDR_PRIVATE lib/getifaddrs.h)
list(APPEND SOURCES lib/getifaddrs.c)
endif()