mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-11 05:05:28 -04:00
fixxxxx
This commit is contained in:
parent
d00d77d372
commit
4cf35b848d
@ -4,8 +4,8 @@ set -e
|
||||
export FREETYPE_DIR=`pwd`/freetype-2.6.2/build_android-${TARGET_SHORT}
|
||||
export CUPS_DIR=`pwd`/cups-2.2.4
|
||||
|
||||
export CFLAGS+="-I$CUPS_DIR -I/usr/include"
|
||||
export CXXFLAGS+="-I$CUPS_DIR -I/usr/include"
|
||||
export CFLAGS+="-I$CUPS_DIR -I$FREETYPE_DIR/include/freetype2 -I/usr/include"
|
||||
export CXXFLAGS=$CFLAGS
|
||||
|
||||
# My system's JDK is too old (7.0), so we add an Oracle boot JDK.
|
||||
# Set "USE_SYSTEM_JDK_8=1" to use system jdk instead
|
||||
|
Loading…
x
Reference in New Issue
Block a user