mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-12 13:45:30 -04:00
Update removejdkdebuginfo.sh
This commit is contained in:
parent
0107f79460
commit
7f26a38047
@ -3,6 +3,11 @@ set -e
|
||||
|
||||
. setdevkitpath.sh
|
||||
|
||||
if [ "$TARGET_JDK" == "arm" ]
|
||||
then
|
||||
export JVM_VARIANTS=client
|
||||
fi
|
||||
|
||||
imagespath=openjdk/build/${JVM_PLATFORM}-${TARGET_JDK}-${JVM_VARIANTS}-${JDK_DEBUG_LEVEL}/images
|
||||
|
||||
rm -rf dizout jreout jdkout
|
||||
|
Loading…
x
Reference in New Issue
Block a user