mirror of
https://github.com/godotengine/build-containers.git
synced 2025-12-31 21:48:41 +03:00
Android: Mono build now supports NDK r23, drops unused android cross compilers
This commit is contained in:
2
build.sh
2
build.sh
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user