X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/a005794323d890b9a253192c21a281d4c46143e3..202ed9d3b390151b38ec483971bfccbbb46978db:/build-package.sh?ds=sidebyside diff --git a/build-package.sh b/build-package.sh index 34e91818..6ab780cc 100755 --- a/build-package.sh +++ b/build-package.sh @@ -18,7 +18,7 @@ test -f $HOME/.termuxrc && . $HOME/.termuxrc : ${TERMUX_PROCESS_DEB:=""} : ${TERMUX_API_LEVEL:="21"} : ${TERMUX_ANDROID_BUILD_TOOLS_VERSION:="23.0.3"} -: ${TERMUX_NDK_VERSION:="11"} +: ${TERMUX_NDK_VERSION:="12"} # Handle command-line arguments: show_usage () { @@ -51,7 +51,7 @@ else fi # Compute standalone toolchain dir, bitness of arch and name of host platform: -TERMUX_STANDALONE_TOOLCHAIN="$TERMUX_TOPDIR/_lib/android-standalone-toolchain-${TERMUX_ARCH}-api${TERMUX_API_LEVEL}-" +TERMUX_STANDALONE_TOOLCHAIN="$TERMUX_TOPDIR/_lib/android-standalone-toolchain-${TERMUX_ARCH}-ndk${TERMUX_NDK_VERSION}-api${TERMUX_API_LEVEL}-" if [ "$TERMUX_CLANG" = "" ]; then TERMUX_STANDALONE_TOOLCHAIN+="gcc4.9" else