Skip to content

Commit

Permalink
Windows: Update godot-mono-builds to fix godotengine/godot#36958
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga committed Jul 30, 2021
1 parent 6e076e2 commit 8b32344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,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 2bf7d71c7c3ba6cef7916562b0978139a80bd90e
git checkout c6bdc0fecafa0639372df481664da08ca8bd869d
export MONO_SOURCE_ROOT=${mono_root}
python3 patch_mono.py
popd
Expand Down

0 comments on commit 8b32344

Please sign in to comment.