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

Support for NDK 19 #1613

Closed
inclement opened this issue Jan 26, 2019 · 1 comment
Closed

Support for NDK 19 #1613

inclement opened this issue Jan 26, 2019 · 1 comment

Comments

@inclement
Copy link
Member

I just tested with Android NDK 19 for which we'll need to build with clang only. This seemed to work fine when I tested some core recipes (exception libFFI, #1612). However, to accomplish that I hardcoded clang=True in Arch.get_env.

We should only need to add a simple check for what is available in the NDK when selecting an appropriate compiler. Probably we should switch to clang-by-default even on NDKs where we currently use gcc.

@misl6
Copy link
Member

misl6 commented Jul 10, 2022

Fixed via #1722

@misl6 misl6 closed this as completed Jul 10, 2022
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

No branches or pull requests

2 participants