X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/fd11c5fbfaadceb2e3c18b96e30db070044eaebd..2173f7301d6332bbdb7c9c4d1aa25ddce6ff5964:/packages/ndk-sysroot/build.sh diff --git a/packages/ndk-sysroot/build.sh b/packages/ndk-sysroot/build.sh index 549b5b78..6500d3b0 100644 --- a/packages/ndk-sysroot/build.sh +++ b/packages/ndk-sysroot/build.sh @@ -1,7 +1,7 @@ TERMUX_PKG_HOMEPAGE=https://developer.android.com/tools/sdk/ndk/index.html TERMUX_PKG_DESCRIPTION="System header and library files from the Android NDK needed for compiling C programs" TERMUX_PKG_VERSION=$TERMUX_NDK_VERSION -TERMUX_PKG_REVISION=1 +TERMUX_PKG_REVISION=2 TERMUX_PKG_NO_DEVELSPLIT=yes # Depend on libandroid-support-dev so that iconv.h and libintl.h are available: TERMUX_PKG_DEPENDS="libandroid-support-dev"