Boost-for-Android icon indicating copy to clipboard operation
Boost-for-Android copied to clipboard

Fixed ndk[19,20,21,22] building failed bug.

Open dearwind153 opened this issue 4 years ago • 0 comments

FOR NDK 20, complie method

NDK 20 (official) change build-android.sh BOOST_VER1=1 BOOST_VER2=68 <= diff BOOST_VER3=0

"19.0"|"19.1"|"19.2"|"20.0"|"20.1"|"21.0"|"21.1"|"21.2"|"21.3"|"21.4") TOOLCHAIN=${TOOLCHAIN:-llvm} CXXPATH=$AndroidNDKRoot/toolchains/${TOOLCHAIN}/prebuilt/${PlatformOS}-x86_64/bin/clang++ TOOLSET=clang #CONFIG_VARIANT=ndk19 <= diff sh ./build-android.sh $NDK20_HOME

dearwind153 avatar Nov 30 '21 11:11 dearwind153