mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-08 20:04:09 -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
|
||||
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 '
|
||||
|
Loading…
x
Reference in New Issue
Block a user