|
|
@ -121,7 +121,7 @@ termux_step_start_build() { |
|
|
|
termux_download \ |
|
|
|
"https://raw.githubusercontent.com/termux/termux-elf-cleaner/v$TERMUX_ELF_CLEANER_VERSION/termux-elf-cleaner.cpp" \ |
|
|
|
"$TERMUX_ELF_CLEANER_SRC" \ |
|
|
|
690991371101cd1dadf73f07f73d1db72fe1cd646dcccf11cd252e194bd5de76 |
|
|
|
ad66652e26ae2379b4b3137b6fca16241cf0247b9fbdaeb0974b000cd87e1a1a |
|
|
|
if [ "$TERMUX_ELF_CLEANER_SRC" -nt "$TERMUX_ELF_CLEANER" ]; then |
|
|
|
g++ -std=c++11 -Wall -Wextra -pedantic -Os -D__ANDROID_API__=$TERMUX_PKG_API_LEVEL \ |
|
|
|
"$TERMUX_ELF_CLEANER_SRC" -o "$TERMUX_ELF_CLEANER" |
|
|
|