Revert "Fix compilation with Mono master"

This reverts commit b64491e284.

Didn't fix the issue as mcs.exe is bugged as well, I'll just live with Mono weekly being broken and unreliable ¯\_(ツ)_/¯
This commit is contained in:
JustArchi
2016-07-21 23:38:33 +02:00
parent b64491e284
commit b94bfae804
5 changed files with 0 additions and 39 deletions

4
run.sh
View File

@@ -26,10 +26,6 @@ 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