Skip to content

Commit

Permalink
cmake: whoops, Sam and I both fixed this bug at the same time. :)
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 10, 2017
1 parent 496337b commit 80c6c2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmake/sdlchecks.cmake
Expand Up @@ -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 "")
Expand Down

0 comments on commit 80c6c2f

Please sign in to comment.