Browse Source

libandroid-support: fix typo in build.sh

Now libandroid-support.a shouldn't be empty.
android-5
Leonid Plyushch 5 years ago
parent
commit
c6fe24e5f7
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 4
      packages/libandroid-support/build.sh

4
packages/libandroid-support/build.sh

@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://github.com/termux/libandroid-support
TERMUX_PKG_DESCRIPTION="Library extending the Android C library (Bionic) for additional multibyte, locale and math support"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_VERSION=24
TERMUX_PKG_REVISION=4
TERMUX_PKG_REVISION=5
TERMUX_PKG_SRCURL=https://github.com/termux/libandroid-support/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=e14e262429a60bea733d5bed69d2f3a1cada53fcadaf76787fca5c8b0d4dae2f
TERMUX_PKG_PRE_DEPENDS="dpkg (>= 1.19.4-3)"
@ -19,7 +19,7 @@ termux_step_make() {
done
cd objects
ar rcu ../libandroid-support.a
ar rcu ../libandroid-support.a *.o
$CC $LDFLAGS -shared -o ../libandroid-support.so *.o
}

Loading…
Cancel
Save