mirror of
https://github.com/c0re100/qBittorrent-Enhanced-Edition.git
synced 2025-01-09 04:18:39 +08:00
Use Boost 1.86
libtorrent 1.2 not support 1.87 currently
This commit is contained in:
parent
8580a2fb3b
commit
5729ca516b
3
.github/workflows/build_appimage.sh
vendored
3
.github/workflows/build_appimage.sh
vendored
@ -270,7 +270,8 @@ prepare_qt() {
|
||||
|
||||
preapare_libboost() {
|
||||
# build latest boost
|
||||
boost_ver="$(retry curl -ksSfL --compressed https://www.boost.org/users/download/ \| grep "'>Version\s*'" \| sed -r "'s/.*Version\s*([^<]+).*/\1/'" \| head -1)"
|
||||
# boost_ver="$(retry curl -ksSfL --compressed https://www.boost.org/users/download/ \| grep "'>Version\s*'" \| sed -r "'s/.*Version\s*([^<]+).*/\1/'" \| head -1)"
|
||||
boost_ver="1.86.0"
|
||||
echo "boost version ${boost_ver}"
|
||||
mkdir -p "/usr/src/boost-${boost_ver}"
|
||||
if [ ! -f "/usr/src/boost-${boost_ver}/.unpack_ok" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user