Skip to content

Commit

Permalink
Update qbittorrent-nox-static.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
userdocs committed Apr 9, 2024
1 parent 0d15ee7 commit 228c9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qbittorrent-nox-static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2463,7 +2463,7 @@ _icu() {
#######################################################################################################################################################
# shellcheck disable=SC2317
_openssl() {
"${multi_openssl[@]}" --prefix="${qbt_install_dir}" --libdir="${lib_dir}" --openssldir="/etc/ssl" threads no-shared no-dso no-comp CXXFLAGS="${CXXFLAGS}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |& _tee "${qbt_install_dir}/logs/${app_name}.log"
"${multi_openssl[@]}" --prefix="${qbt_install_dir}" --libdir="${lib_dir##*/}" --openssldir="/etc/ssl" threads no-shared no-dso no-comp CXXFLAGS="${CXXFLAGS}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |& _tee "${qbt_install_dir}/logs/${app_name}.log"
make -j"$(nproc)" |& _tee -a "${qbt_install_dir}/logs/${app_name}.log"
_post_command build
make install_sw |& _tee -a "${qbt_install_dir}/logs/${app_name}.log"
Expand Down

0 comments on commit 228c9b1

Please sign in to comment.