Update to Android NDK r23, Emscripten 3.1.14

Keeping NDK r21 for building Mono itself as it's not compatible yet
with NDK r22+ (see godotengine/godot-mono-builds#68).
This commit is contained in:
Rémi Verschelde
2022-06-22 14:26:01 +02:00
parent 469fc4515c
commit 18b7ecfcd9
6 changed files with 16 additions and 13 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 2fa04b9dc73a9e84037ef165c88f0cddfaa8705b
git checkout fcf205c105bb2eb88dc85975887170c42675d245
export MONO_SOURCE_ROOT=${mono_root}
python3 patch_mono.py
popd