gulliver flag not required

This commit is contained in:
Erlend Ese 2026-05-14 11:04:13 +02:00
parent fcae89c365
commit c3009281e7
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ elseif(UNIX)
set(LIBS_SYSTEM compat pthread)
elseif(CMAKE_SYSTEM_NAME MATCHES "QNX")
set(LIBS_SYSTEM c socket)
add_definitions(-D_QNX_SOURCE -DGULLIVER)
add_definitions(-D_QNX_SOURCE)
else()
set(LIBS_SYSTEM c pthread)
endif()