Android: Mono build now supports NDK r23, drops unused android cross compilers

This commit is contained in:
Rémi Verschelde
2022-07-08 17:10:37 +02:00
parent d863b0a20f
commit 06420a2e06
3 changed files with 6 additions and 12 deletions

View File

@@ -62,7 +62,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 fcf205c105bb2eb88dc85975887170c42675d245
git checkout 4bf530983a52d09f4f63aea032aee9be47931cbd
export MONO_SOURCE_ROOT=${mono_root}
python3 patch_mono.py
popd