mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-15 15:14:51 -04:00
Update buildjdk.sh
This commit is contained in:
parent
7448890325
commit
f79475d770
@ -5,7 +5,7 @@ set -e
|
||||
if [ "$TARGET_JDK" == "arm" ]
|
||||
then
|
||||
export TARGET_JDK=aarch32
|
||||
export TARGET_PHYS=aarch32-linux-gnueabi
|
||||
export TARGET_PHYS=aarch32-linux-androideabi
|
||||
else
|
||||
export TARGET_PHYS=$TARGET
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user