Android: Install platform 30, sync updated godot-mono-builds

This commit is contained in:
Rémi Verschelde
2021-08-17 08:56:14 +02:00
parent 8319182d3d
commit 6636cb9d01
2 changed files with 2 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ if [ ! -e ${mono_root} ]; then
# Set up godot-mono-builds in tree
git clone --progress https://github.com/godotengine/godot-mono-builds
pushd godot-mono-builds
git checkout c6bdc0fecafa0639372df481664da08ca8bd869d
git checkout 0d72e71a50f2b76f10cd348a3bbb6ed81209b5e4
export MONO_SOURCE_ROOT=${mono_root}
python3 patch_mono.py
popd