This commit is contained in:
khanhduytran0 2020-09-28 18:12:03 +07:00
parent d00d77d372
commit 4cf35b848d

View File

@ -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