X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/5227dace692e7e6341605042d248dc7e961f7981..0149a69d6c72702ebadf4b2a89636db438987a76:/packages/libandroid-support/build.sh diff --git a/packages/libandroid-support/build.sh b/packages/libandroid-support/build.sh index e5f08bc9..55276f85 100755 --- a/packages/libandroid-support/build.sh +++ b/packages/libandroid-support/build.sh @@ -1,7 +1,7 @@ TERMUX_PKG_HOMEPAGE=https://developer.android.com/tools/sdk/ndk/index.html TERMUX_PKG_DESCRIPTION="Library extending the Android C library (Bionic) for additional multibyte, locale and math support" # Increase last digit each time a patch changes. -TERMUX_PKG_VERSION=${TERMUX_NDK_VERSION}.9 +TERMUX_PKG_VERSION=${TERMUX_NDK_VERSION}.10 TERMUX_PKG_BUILD_IN_SRC=yes TERMUX_PKG_ESSENTIAL=yes @@ -15,6 +15,9 @@ termux_step_post_extract_package () { cp $NDK/sources/android/support/include/* include/ cp $NDK/sources/android/support/src/musl-locale/{libc.h,codepages.h,legacychars.h,jis0208.h,gb18030.h,big5.h,hkscs.h,ksc.h} include/ + + # Use up-to-date (Unicode 9) wcwidth: + cp $TERMUX_PKG_BUILDER_DIR/wcwidth.c $NDK/sources/android/support/src/musl-ctype/wcwidth.c } termux_step_make_install () {