Update buildjdk.sh

This commit is contained in:
Tran Khanh Duy 2020-10-19 19:58:51 +07:00 committed by GitHub
parent dc7e134eb3
commit 9e69c50f03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ bash ./configure \
--with-fontconfig-include=$ANDROID_INCLUDE \
--with-freetype-lib=$FREETYPE_DIR/lib \
--with-freetype-include=$FREETYPE_DIR/include/freetype2 \
--x-includes=/usr/include \
--x-includes=$ANDROID_INCLUDE \
--x-libraries=/usr/lib
error_code=$?