We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice if you can add support to use the libc++ (llvm) STL runtime. in r9d they're c++_static and c++_shared.
Thanks!
The text was updated successfully, but these errors were encountered:
Hey! I would also like to use APP_STL:=c++static or c++_shared LLVM seems to offer a full cpp11 support.
Do you have a plan on adding it lately?
Sorry, something went wrong.
Hey, we also wanted to support c++_shared, we're using the toolchain in our project and it's working, it's a really straightforward fix but maybe a start for building something more robust. Main part is here: https://github.com/tangrams/tangram-es/blob/master/toolchains/android.toolchain.cmake#L1031_L1048
Thanks @karimnaaji, your patch looks as a good starting point.
No branches or pull requests
It would be nice if you can add support to use the libc++ (llvm) STL runtime. in r9d they're c++_static and c++_shared.
Thanks!
The text was updated successfully, but these errors were encountered: