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