mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-08 20:04:09 -04:00
Forcefully define __ANDROID__
This commit is contained in:
parent
ab0aec8252
commit
b3042ae7b2
@ -27,7 +27,7 @@ export CFLAGS+=" -DLE_STANDALONE" # -I$FREETYPE_DIR -I$CUPS_DI
|
||||
# cp -R /usr/include/fontconfig $ANDROID_INCLUDE/
|
||||
|
||||
if [ "$BUILD_IOS" != "1" ]; then
|
||||
export CFLAGS+=" -O3"
|
||||
export CFLAGS+=" -O3 -D__ANDROID__"
|
||||
|
||||
ln -s -f /usr/include/X11 $ANDROID_INCLUDE/
|
||||
ln -s -f /usr/include/fontconfig $ANDROID_INCLUDE/
|
||||
|
Loading…
x
Reference in New Issue
Block a user