Don't include pthreads code when threads are disabled

Fixes https://github.com/libsdl-org/SDL/issues/4950
This commit is contained in:
Sam Lantinga 2021-11-14 20:34:41 -08:00
parent 93556e67e0
commit bbac1e9add
1 changed files with 1 additions and 1 deletions

View File

@ -859,7 +859,7 @@ endmacro()
# PTHREAD_CFLAGS
# PTHREAD_LIBS
macro(CheckPTHREAD)
if(SDL_PTHREADS)
if(SDL_THREADS AND SDL_PTHREADS)
if(ANDROID)
# the android libc provides built-in support for pthreads, so no
# additional linking or compile flags are necessary