Skip to content

Commit

Permalink
QNX build #1506
Browse files Browse the repository at this point in the history
  • Loading branch information
icraggs committed Sep 3, 2024
1 parent 005b851 commit dfbc887
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ elseif(UNIX)
set(LIBS_SYSTEM c dl)
elseif(CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
set(LIBS_SYSTEM compat pthread)
elseif(CMAKE_SYSTEM_NAME MATCHES "QNX")
set(LIBS_SYSTEM c)
else()
set(LIBS_SYSTEM c pthread)
endif()
Expand Down

0 comments on commit dfbc887

Please sign in to comment.