mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-10 12:47:00 -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/
|
# cp -R /usr/include/fontconfig $ANDROID_INCLUDE/
|
||||||
|
|
||||||
if [ "$BUILD_IOS" != "1" ]; then
|
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/X11 $ANDROID_INCLUDE/
|
||||||
ln -s -f /usr/include/fontconfig $ANDROID_INCLUDE/
|
ln -s -f /usr/include/fontconfig $ANDROID_INCLUDE/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user