Bugfix compiling for cross compiling.
! does not mean NOT, use NOT instead :)
This commit is contained in:
parent
bb66ac6ec1
commit
fe2dae759d
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue