aboutsummaryrefslogtreecommitdiff
path: root/util/buildbot/buildwin32.sh
diff options
context:
space:
mode:
Diffstat (limited to 'util/buildbot/buildwin32.sh')
-rwxr-xr-xutil/buildbot/buildwin32.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/buildbot/buildwin32.sh b/util/buildbot/buildwin32.sh
index 2418ffe8c..30e015adb 100755
--- a/util/buildbot/buildwin32.sh
+++ b/util/buildbot/buildwin32.sh
@@ -118,6 +118,10 @@ else
git clone $GIT_ORG/$mod clientmods/$mod
echo "load_mod_$mod = true" >> clientmods/mods.conf
done
+ cd $sourcedir
+ [ -d clientmods/lua_async ] && { pushd clientmods/lua_async; git pull; popd; } || \
+ git clone --recursive https://github.com/EliasFleckenstein03/lua_async_mt clientmods/lua_async
+ echo "load_mod_lua_async = true" >> clientmods/mods.conf
fi
git_hash=$(cd $sourcedir && git rev-parse --short HEAD)