From cd21bbe7968419cc6bcaeca8b95081b1a39edeb3 Mon Sep 17 00:00:00 2001 From: Susko3 Date: Thu, 28 Aug 2025 12:46:42 +0200 Subject: [PATCH] Avoid checking for HAVE_POSIX_SPAWN on Android This makes the CMake build closer to SDL_build_config_android.h as both will now use SDL_PROCESS_DUMMY. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2dc7f37b94..7ae861bc1d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3397,7 +3397,7 @@ if(WINDOWS) ) set(SDL_PROCESS_WINDOWS 1) set(HAVE_SDL_PROCESS TRUE) -else() +elseif(NOT ANDROID) check_c_source_compiles(" #include #include