mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-10 04:37:37 -04:00
Forget to $JDK_DEBUG_LEVEL
This commit is contained in:
parent
2551821c66
commit
66a369a3d6
@ -50,6 +50,6 @@ if [ "$error_code" -ne 0 ]; then
|
|||||||
exit $error_code
|
exit $error_code
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir -p build/linux-${TARGET_JDK}-normal-server-release
|
# mkdir -p build/linux-${TARGET_JDK}-normal-server-${JDK_DEBUG_LEVEL}
|
||||||
cd build/linux-${TARGET_JDK}-normal-server-release
|
cd build/linux-${TARGET_JDK}-normal-server-${JDK_DEBUG_LEVEL}
|
||||||
make JOBS=4 images
|
make JOBS=4 images
|
||||||
|
Loading…
x
Reference in New Issue
Block a user