mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-10 04:37:37 -04:00
Update termux-elf-cleaner building process
This commit is contained in:
parent
b0f46f09bf
commit
fa929ecc63
@ -6,8 +6,9 @@ if [ "$BUILD_IOS" != "1" ]; then
|
|||||||
unset AR AS CC CXX LD OBJCOPY RANLIB STRIP CPPFLAGS LDFLAGS
|
unset AR AS CC CXX LD OBJCOPY RANLIB STRIP CPPFLAGS LDFLAGS
|
||||||
git clone https://github.com/termux/termux-elf-cleaner
|
git clone https://github.com/termux/termux-elf-cleaner
|
||||||
cd termux-elf-cleaner
|
cd termux-elf-cleaner
|
||||||
make CFLAGS=__ANDROID_API__=24 termux-elf-cleaner
|
autoreconf --install
|
||||||
chmod +x termux-elf-cleaner
|
bash configure
|
||||||
|
make CFLAGS=__ANDROID_API__=24
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
findexec() { find $1 -type f -name "*" -not -name "*.o" -exec sh -c '
|
findexec() { find $1 -type f -name "*" -not -name "*.o" -exec sh -c '
|
||||||
|
Loading…
x
Reference in New Issue
Block a user