From 7020818ff1b86441b725883474b7ca2c8819689f Mon Sep 17 00:00:00 2001 From: Marcus Date: Sun, 14 Jan 2024 18:47:00 +0100 Subject: [PATCH] temporary fix, latest commit on xas3d-fwgs do not compile --- install-xash3d.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install-xash3d.sh b/install-xash3d.sh index 4879baa..9dbc448 100755 --- a/install-xash3d.sh +++ b/install-xash3d.sh @@ -215,6 +215,8 @@ case $XASH_INSTALL_MODE in ;; 0.20) cd ${XASH_GIT_DIR} + # as of 14.01.2024 master branch does not compile , going back to last known working commit + git checkout 5ac8f63741c25c73ab771fb10211a320031c12dd ;; esac