X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/d258ef0cea1373f68782802509422c86bca58fd5..c4804ab87a125ddfc709f5f29eecad8f6061bb0e:/build-package.sh diff --git a/build-package.sh b/build-package.sh index b0156348..645108dc 100755 --- a/build-package.sh +++ b/build-package.sh @@ -206,7 +206,7 @@ termux_step_setup_variables() { TERMUX_STANDALONE_TOOLCHAIN="$TERMUX_TOPDIR/_lib/toolchain-${TERMUX_ARCH}-ndk${TERMUX_NDK_VERSION}-api${TERMUX_API_LEVEL}" # Bump the below version if a change is made in toolchain setup to ensure # that everyone gets an updated toolchain: - TERMUX_STANDALONE_TOOLCHAIN+="-v9" + TERMUX_STANDALONE_TOOLCHAIN+="-v10" export TERMUX_TAR="tar" export TERMUX_TOUCH="touch"