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
951046f61b
commit
7bee14ea91
@ -58,11 +58,6 @@ 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 || \
|
||||
|
Loading…
x
Reference in New Issue
Block a user