mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-09 04:08:01 -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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user