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
run.sh
View File

@@ -26,6 +26,10 @@ fi
cd "$(dirname "$(readlink -f "$0")")"
if [[ -f "mono_envsetup.sh" ]]; then
source "mono_envsetup.sh"
fi
BINARY="ArchiSteamFarm/bin/$BUILD/ArchiSteamFarm.exe"
if [[ ! -f "$BINARY" ]]; then