c++11 - How do I use the clang 3.4 toolchain under OSX for NDK builds? -
the toolchains/arm-linux-androideabi-clang3.4 contains setup.mk , config.mk. there no prebuilt directory, guess why ndk_toolchain_version := clang in android.mk not doing (it reverting arm-linux-androideabi-4.6).
what need in order set toolchain?
Comments
Post a Comment