add -6 (use IPv6 only) option - fixes #662 (#663)
[termux-packages] / build-package.sh
index 6dc2cf9..93c8bdc 100755 (executable)
@@ -187,7 +187,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+="-v3"
+       TERMUX_STANDALONE_TOOLCHAIN+="-v4"
 
        export TERMUX_TAR="tar"
        export TERMUX_TOUCH="touch"