build against static c++ stl #126
Unanswered
aguerrieri82
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I build against the static C++ runtime library?
The library produced seems to be linked to:
Shared library: [libc++_shared.so]I'm familiar with
ndk-buildandAndroid.mk/Application.mkin which you can specify:APP_STL := c++_staticBeta Was this translation helpful? Give feedback.
All reactions