Boost-for-Android
Boost-for-Android copied to clipboard
x86_64 version support
Hi all, Has someone implemented boost-1_55 with x86_64 version? Could someone give me some hints to do it?
My env: NDK version : android-ndk-r10e NDK_TOOLCHAIN_VERSION := 4.9 APP_PLATFORM := android-21 APP_ABI := x86_64
Hi , I try my method to build successfully, but didn't try it on x86_64 Android platform yet. https://github.com/MysticTreeGames/Boost-for-Android/compare/master...tzutalin:master
I've pushed support for 64-bit architectures to the experimental branch clang-ndk-r16, you will need NDK r16-beta2 to build it. It uses clang and llvm libc++.