Compare commits

..

No commits in common. "de235b7e536ac83a4634d39eb61250c965a6d682" and "c12951cf51dc592472c822a1f787ecdbbe95a449" have entirely different histories.

View file

@ -148,7 +148,7 @@ case $1 in
;;
0.20)
WAF_OPTIONS="--enable-stb --enable-utils --enable-tests --enable-lto"
WAF_OPTIONS=""
;;
esac
@ -160,7 +160,7 @@ case $1 in
;;
0.20)
WAF_OPTIONS="-d --enable-tests --enable-lto"
WAF_OPTIONS="-d"
;;
esac
;;
@ -215,8 +215,6 @@ 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 0132eb6e44cb4a414d400c9ba42e5b4a94dcb590 # last with xash binary # last compiles 5ac8f63741c25c73ab771fb10211a320031c12dd
;;
esac
@ -249,7 +247,7 @@ case $XASH_INSTALL_MODE in
checkerror $?
fi
checkerror $?
### git pull
git pull
checkerror $?
;;
esac