1
0
Fork 0

remove relevant code from termux receipe

This commit is contained in:
Ailin Nemui 2022-06-12 17:18:53 +02:00
parent 528632bba2
commit 279fa4e5b8
1 changed files with 0 additions and 5 deletions

View File

@ -42,11 +42,6 @@ jobs:
--cross-file $TERMUX_MESON_PERL_CROSS_FILE
"
termux_step_post_configure() {
# Make build log less noisy.
sed -i "s:-I$TERMUX_PREFIX/:-isystem$TERMUX_PREFIX/:g" $TERMUX_PKG_BUILDDIR/build.ninja
}
termux_step_pre_configure() {
LDFLAGS+=" -landroid-glob"