mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-20 15:51:07 +01:00
Use posix_spawn() on QNX
This commit is contained in:
committed by
Ryan C. Gordon
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
|
||||
# implementation.
|
||||
set (HAVE_VSNPRINTF 0)
|
||||
set (USE_POSIX_SPAWN 1)
|
||||
endif()
|
||||
elseif(WINDOWS)
|
||||
find_program(WINDRES windres)
|
||||
|
||||
Reference in New Issue
Block a user