mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-16 07:35:31 -04:00
test:
This commit is contained in:
parent
e5457655c6
commit
d65a1f197b
@ -8,7 +8,7 @@ if [ "$BUILD_IOS" != "1" ]; then
|
|||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt -y install autoconf python unzip zip
|
sudo apt -y install autoconf python unzip zip
|
||||||
|
|
||||||
wget -nc -nv -O android-ndk-$NDK_VERSION-linux-x86_64.zip "https://dl.google.com/android/repository/android-ndk-$NDK_VERSION-linux.zip"
|
wget -nc -nv "https://dl.google.com/android/repository/android-ndk-$NDK_VERSION-linux.zip"
|
||||||
./extractndk.sh
|
./extractndk.sh
|
||||||
./maketoolchain.sh
|
./maketoolchain.sh
|
||||||
else
|
else
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
unzip -q android-ndk-$NDK_VERSION-linux-x86_64.zip
|
unzip -q android-ndk-$NDK_VERSION-linux.zip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user