Update buildjdk.sh

This commit is contained in:
Duy Tran Khanh 2021-06-05 13:24:28 +07:00 committed by GitHub
parent 478c118a14
commit 5c5f307093
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,7 @@ if [ "$error_code" -ne 0 ]; then
exit $error_code
fi
cd build/${JVM_PLATFORM}-${TARGET_JDK}-normal-${JVM_VARIANTS}-${JDK_DEBUG_LEVEL}
cd build/${JVM_PLATFORM}-${TARGET_JDK}-${JVM_VARIANTS}-${JDK_DEBUG_LEVEL}
make JOBS=4 images || \
error_code=$?
if [ "$error_code" -ne 0 ]; then