Link against `android-glob`

This commit is contained in:
xtkoba 2021-11-22 01:22:57 +09:00 committed by Henrik Grimler
parent c2ae77a808
commit 6039baddcf
1 changed files with 1 additions and 0 deletions

View File

@ -11,4 +11,5 @@ TERMUX_PKG_EXTRA_MAKE_ARGS="DESTDIR=${TERMUX_PREFIX} PREFIX="
termux_step_pre_configure() {
CFLAGS+=" -fPIC"
LDFLAGS+=" -landroid-glob"
}