The problem is that sched_yield is available on the target, but configure.ac is asking to build a host binary using the AC_SEARCH_LIBS macro. It can't configure for Android, since sched_yield isn't available on the host.pull/4631/head
parent
b83b8e3d44
commit
c92b4e11d3
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue