Skip to content

build: android bundles pthread into libc #828

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

Merged
merged 1 commit into from
May 10, 2024
Merged

Conversation

compnerd
Copy link
Member

@compnerd compnerd commented May 9, 2024

Add an additional flag to indicate that -lc is sufficient for pthread support and that -lpthread is not needed. This allows us to build with newer NDKs.

Add an additional flag to indicate that `-lc` is sufficient for pthread
support and that `-lpthread` is not needed. This allows us to build with
newer NDKs.
@compnerd
Copy link
Member Author

compnerd commented May 9, 2024

CC: @drodriguez @finagolfin @hyp

@compnerd
Copy link
Member Author

compnerd commented May 9, 2024

@swift-ci please test

@hyp
Copy link

hyp commented May 9, 2024

LGTM!

@compnerd compnerd merged commit 2d21ba5 into swiftlang:main May 10, 2024
2 checks passed
@compnerd compnerd deleted the pthread branch May 10, 2024 16:00
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