Fix compilation with Mono master

Bugs, bugs everywhere! https://bugzilla.xamarin.com/show_bug.cgi?id=42606
This commit is contained in:
JustArchi
2016-07-21 23:24:03 +02:00
parent ba40448e7d
commit b64491e284
5 changed files with 39 additions and 0 deletions

4
cc.sh
View File

@@ -29,6 +29,10 @@ XBUILD_ARGS+=("/p:Configuration=$BUILD")
cd "$(dirname "$(readlink -f "$0")")"
if [[ -f "mono_envsetup.sh" ]]; then
source "mono_envsetup.sh"
fi
if [[ -d ".git" ]] && hash git &>/dev/null; then
git pull || true
fi