mirror of
https://github.com/shadps4-emu/ext-SDL.git
synced 2025-02-17 09:18:41 +00:00
cmake: whoops, Sam and I both fixed this bug at the same time. :)
This commit is contained in:
parent
496337b3cf
commit
80c6c2fa76
@ -862,8 +862,6 @@ macro(CheckPTHREAD)
|
||||
elseif(LINUX)
|
||||
set(PTHREAD_CFLAGS "-D_REENTRANT")
|
||||
set(PTHREAD_LDFLAGS "-pthread")
|
||||
elseif(ANDROID)
|
||||
# pthreads are builtin
|
||||
elseif(BSDI)
|
||||
set(PTHREAD_CFLAGS "-D_REENTRANT -D_THREAD_SAFE")
|
||||
set(PTHREAD_LDFLAGS "")
|
||||
|
Loading…
x
Reference in New Issue
Block a user