cmake: whoops, Sam and I both fixed this bug at the same time. :)

This commit is contained in:
Ryan C. Gordon 2017-08-09 22:34:45 -04:00
parent 496337b3cf
commit 80c6c2fa76

View File

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