Use posix_spawn() on QNX

This commit is contained in:
Elad Lahav 2023-01-10 07:08:51 -05:00 committed by Ryan C. Gordon
parent f352eeb90c
commit 60d95e2a77
1 changed files with 1 additions and 0 deletions

View File

@ -1822,6 +1822,7 @@ elseif(UNIX AND NOT APPLE AND NOT RISCOS AND NOT HAIKU)
# specifier (on purpose), but SDL expects "(null)". Use the built-in
# implementation.
set (HAVE_VSNPRINTF 0)
set (USE_POSIX_SPAWN 1)
endif()
elseif(WINDOWS)
find_program(WINDRES windres)