File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 19
19
# ################################################################################################################################################
20
20
# Script version = Major minor patch
21
21
# ################################################################################################################################################
22
- script_version=" 2.0.11 "
22
+ script_version=" 2.0.12 "
23
23
# ################################################################################################################################################
24
24
# Set some script features - https://www.gnu.org/software/bash/manual/html_node/The-Set-Builtin.html
25
25
# ################################################################################################################################################
@@ -176,7 +176,11 @@ _set_default_values() {
176
176
qbt_skip_icu=" ${qbt_skip_icu:- yes} "
177
177
178
178
# 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
180
184
181
185
# Env setting for the libtorrent tag
182
186
qbt_libtorrent_tag=" ${qbt_libtorrent_tag:- } "
You can’t perform that action at this time.
0 commit comments