I lost -D prefix

This commit is contained in:
Duy Tran Khanh 2022-08-16 21:40:16 +07:00 committed by GitHub
parent 302d15a8fa
commit 05ecf90144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ git clone https://github.com/termux/termux-elf-cleaner || true
cd termux-elf-cleaner
autoreconf --install
bash configure
make CFLAGS=__ANDROID_API__=24
make CFLAGS=-D__ANDROID_API__=24
cd ..
findexec() { find $1 -type f -name "*" -not -name "*.o" -exec sh -c '