From 541cf38dd51e0b761fcceac246eb8c92ef5463a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 24 May 2022 16:08:43 +0200 Subject: [PATCH] Update godot-mono-builds to build BTLS DLL again --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index f69f77a..05ecab1 100755 --- a/build.sh +++ b/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 7533d081e4995ed1cc032965b3b0d1ca8da36ce9 + git checkout 2fa04b9dc73a9e84037ef165c88f0cddfaa8705b export MONO_SOURCE_ROOT=${mono_root} python3 patch_mono.py popd