Explorar el Código

Use posix_spawn() on QNX

Elad Lahav hace 3 años
padre
commit
60d95e2a77
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      CMakeLists.txt

+ 1 - 0
CMakeLists.txt

@@ -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)