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
I'm trying to compile librdkafka for Android.
The pthreads library is built into Android's libc (bionic). Hence, when you specify -lpthread to the linker, it fails.
I need to know whether a mechanism to skip or override the result of a specific library check is available.
The text was updated successfully, but these errors were encountered:
I'm trying to compile
librdkafka
for Android.The pthreads library is built into Android's libc (bionic). Hence, when you specify
-lpthread
to the linker, it fails.I need to know whether a mechanism to skip or override the result of a specific library check is available.
The text was updated successfully, but these errors were encountered: