mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-09 04:08:01 -04:00
Build both server, zero for iOS
This commit is contained in:
parent
c3af3a2387
commit
89dc0dfd89
@ -26,6 +26,12 @@ then
|
||||
then
|
||||
export JVM_VARIANTS=client
|
||||
fi
|
||||
elif [ "$BUILD_IOS" == "1" ]; then
|
||||
echo "VM variant: server,zero"
|
||||
if [ -z "$JVM_VARIANTS" ]
|
||||
then
|
||||
export JVM_VARIANTS="server,zero"
|
||||
fi
|
||||
else
|
||||
echo "VM variant: server"
|
||||
if [ -z "$JVM_VARIANTS" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user