File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1919# ################################################################################################################################################
2020# Script version = Major minor patch
2121# ################################################################################################################################################
22- script_version=" 2.0.11 "
22+ script_version=" 2.0.12 "
2323# ################################################################################################################################################
2424# Set some script features - https://www.gnu.org/software/bash/manual/html_node/The-Set-Builtin.html
2525# ################################################################################################################################################
@@ -176,7 +176,11 @@ _set_default_values() {
176176 qbt_skip_icu=" ${qbt_skip_icu:- yes} "
177177
178178 # Env setting for the boost tag
179- qbt_boost_tag=" ${qbt_boost_tag:- } "
179+ if [[ " ${qbt_libtorrent_version} " == " 1.2" ]]; then
180+ qbt_boost_tag=" ${qbt_boost_tag:- boost-1.86.0} "
181+ else
182+ qbt_boost_tag=" ${qbt_boost_tag:- } "
183+ fi
180184
181185 # Env setting for the libtorrent tag
182186 qbt_libtorrent_tag=" ${qbt_libtorrent_tag:- } "
You can’t perform that action at this time.
0 commit comments