mirror of https://github.com/libsdl-org/SDL
Use posix_spawn() on QNX
This commit is contained in:
parent
f352eeb90c
commit
60d95e2a77
|
@ -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
|
# specifier (on purpose), but SDL expects "(null)". Use the built-in
|
||||||
# implementation.
|
# implementation.
|
||||||
set (HAVE_VSNPRINTF 0)
|
set (HAVE_VSNPRINTF 0)
|
||||||
|
set (USE_POSIX_SPAWN 1)
|
||||||
endif()
|
endif()
|
||||||
elseif(WINDOWS)
|
elseif(WINDOWS)
|
||||||
find_program(WINDRES windres)
|
find_program(WINDRES windres)
|
||||||
|
|
Loading…
Reference in New Issue