mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-11 13:15:32 -04:00
Update buildjdk.sh
This commit is contained in:
parent
478c118a14
commit
5c5f307093
@ -83,7 +83,7 @@ if [ "$error_code" -ne 0 ]; then
|
|||||||
exit $error_code
|
exit $error_code
|
||||||
fi
|
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 || \
|
make JOBS=4 images || \
|
||||||
error_code=$?
|
error_code=$?
|
||||||
if [ "$error_code" -ne 0 ]; then
|
if [ "$error_code" -ne 0 ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user