Update buildjdk.sh

This commit is contained in:
Tran Khanh Duy 2020-09-13 12:44:31 +07:00 committed by GitHub
parent f720ad27f2
commit 398db02a0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,8 @@ bash ./configure \
--with-debug-level=release \
--with-freetype-lib=$FREETYPE_DIR/lib \
--with-freetype-include=$FREETYPE_DIR/include/freetype2 \
--x-includes=/usr/include \
--x-libraries=/usr/lib \
|| error_code=$?
if [ "${error_code}" -ne 0 ]; then
echo "\n\nCONFIGURE ERROR, config.log:"