Compare commits
2 commits
c12951cf51
...
de235b7e53
Author | SHA1 | Date | |
---|---|---|---|
de235b7e53 | |||
7020818ff1 |
1 changed files with 5 additions and 3 deletions
|
@ -148,7 +148,7 @@ case $1 in
|
||||||
;;
|
;;
|
||||||
|
|
||||||
0.20)
|
0.20)
|
||||||
WAF_OPTIONS=""
|
WAF_OPTIONS="--enable-stb --enable-utils --enable-tests --enable-lto"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
@ -160,7 +160,7 @@ case $1 in
|
||||||
;;
|
;;
|
||||||
0.20)
|
0.20)
|
||||||
|
|
||||||
WAF_OPTIONS="-d"
|
WAF_OPTIONS="-d --enable-tests --enable-lto"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
@ -215,6 +215,8 @@ 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
|
||||||
|
git checkout 0132eb6e44cb4a414d400c9ba42e5b4a94dcb590 # last with xash binary # last compiles 5ac8f63741c25c73ab771fb10211a320031c12dd
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
@ -247,7 +249,7 @@ case $XASH_INSTALL_MODE in
|
||||||
checkerror $?
|
checkerror $?
|
||||||
fi
|
fi
|
||||||
checkerror $?
|
checkerror $?
|
||||||
git pull
|
### git pull
|
||||||
checkerror $?
|
checkerror $?
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue