Update godot-mono-builds to build BTLS DLL again

This commit is contained in:
Rémi Verschelde
2022-05-24 16:08:43 +02:00
parent e6cb701ab3
commit 541cf38dd5

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 7533d081e4995ed1cc032965b3b0d1ca8da36ce9
git checkout 2fa04b9dc73a9e84037ef165c88f0cddfaa8705b
export MONO_SOURCE_ROOT=${mono_root}
python3 patch_mono.py
popd