You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cmake test to find the pthreads functions looks for
pthread_cancel, which is not implemented on android. As such, it
fails to find any library with pthread functionality, and the
configure step fails.
This is a cmake issue and not a libevent issue.
0 commit comments