Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "pthread not found" build error when using Android NDK #344

Merged
merged 1 commit into from
Jul 19, 2024

Conversation

AelecTi
Copy link
Contributor

@AelecTi AelecTi commented Jul 19, 2024

Android NDK bundles pthread symbols into libc, rather than having a separate libpthread like other POSIX platforms. Therefore, explicit pthread linkage is not needed.

Android NDK bundles pthread symbols into libc, rather than having a separate libpthread like other POSIX platforms. Therefore, explicit pthread linkage is not needed.
@an-tao an-tao merged commit 41191f1 into an-tao:master Jul 19, 2024
33 checks passed
@AelecTi AelecTi deleted the cmake-fix branch July 19, 2024 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants