Update buildjdk.sh

This commit is contained in:
Duy Tran Khanh 2021-01-15 19:00:47 +07:00 committed by GitHub
parent 2c411a03c6
commit 9fd17f1bde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,6 +58,11 @@ if [ "$error_code" -ne 0 ]; then
exit $error_code
fi
if [ "$TARGET_JDK" == "aarch32" ]
then
export TARGET_JDK=arm
fi
# mkdir -p build/linux-${TARGET_JDK}-normal-server-${JDK_DEBUG_LEVEL}
cd build/linux-${TARGET_JDK}-normal-server-${JDK_DEBUG_LEVEL}
make JOBS=4 images || \