Allow the use of posix_spawn() instead of vfork/execlp()

Backport of #7041

Co-authored-by: elahav <elahav@users.noreply.github.com>
This commit is contained in:
Anonymous Maarten 2023-09-29 19:09:09 +02:00 committed by Anonymous Maarten
parent 6b5eadb10f
commit a263cc2369
2 changed files with 15 additions and 0 deletions

View file

@ -262,6 +262,8 @@
#cmakedefine HAVE_XINPUT_GAMEPAD_EX @HAVE_XINPUT_GAMEPAD_EX@
#cmakedefine HAVE_XINPUT_STATE_EX @HAVE_XINPUT_STATE_EX@
#cmakedefine USE_POSIX_SPAWN @USE_POSIX_SPAWN@
/* SDL internal assertion support */
#if @SDL_DEFAULT_ASSERT_LEVEL_CONFIGURED@
#cmakedefine SDL_DEFAULT_ASSERT_LEVEL @SDL_DEFAULT_ASSERT_LEVEL@