mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-11 13:15:32 -04:00
I lost -D
prefix
This commit is contained in:
parent
302d15a8fa
commit
05ecf90144
@ -9,7 +9,7 @@ git clone https://github.com/termux/termux-elf-cleaner || true
|
|||||||
cd termux-elf-cleaner
|
cd termux-elf-cleaner
|
||||||
autoreconf --install
|
autoreconf --install
|
||||||
bash configure
|
bash configure
|
||||||
make CFLAGS=__ANDROID_API__=24
|
make CFLAGS=-D__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