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