From fa929ecc63983378f34bd8c81e9dc167114c1ac1 Mon Sep 17 00:00:00 2001 From: Duy Tran Khanh <40482367+khanhduytran0@users.noreply.github.com> Date: Thu, 1 Sep 2022 05:27:29 +0700 Subject: [PATCH] Update termux-elf-cleaner building process --- tarjdk.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tarjdk.sh b/tarjdk.sh index 655afb4..5dba329 100755 --- a/tarjdk.sh +++ b/tarjdk.sh @@ -6,8 +6,9 @@ if [ "$BUILD_IOS" != "1" ]; then unset AR AS CC CXX LD OBJCOPY RANLIB STRIP CPPFLAGS LDFLAGS git clone https://github.com/termux/termux-elf-cleaner cd termux-elf-cleaner -make CFLAGS=__ANDROID_API__=24 termux-elf-cleaner -chmod +x termux-elf-cleaner +autoreconf --install +bash configure +make CFLAGS=__ANDROID_API__=24 cd .. findexec() { find $1 -type f -name "*" -not -name "*.o" -exec sh -c '