a247e139bf
fixed it
This commit is contained in:
parent
3c38288e6c
commit
b9d43233bb
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ case $XASH_INSTALL_MODE in
|
||||||
0.20)
|
0.20)
|
||||||
cd ${XASH_GIT_DIR}
|
cd ${XASH_GIT_DIR}
|
||||||
# as of 14.01.2024 master branch does not compile , going back to last known working commit
|
# as of 14.01.2024 master branch does not compile , going back to last known working commit
|
||||||
test "$XASH_INSTALL_TYPE" == "server" && git checkout 0132eb6e44cb4a414d400c9ba42e5b4a94dcb590 # last with xash binary # last compiles 5ac8f63741c25c73ab771fb10211a320031c12dd
|
# fixed test "$XASH_INSTALL_TYPE" == "server" && git checkout 0132eb6e44cb4a414d400c9ba42e5b4a94dcb590 # last with xash binary # last compiles 5ac8f63741c25c73ab771fb10211a320031c12dd
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue