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 May 15, 2024
1 parent 42d112a commit 2cd9f36
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions qbittorrent-nox-static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -472,9 +472,7 @@ _qbittorrent_std_cons() {
_set_cxx_standard() {
if [[ $(_qt_std_cons) == "yes" && $(_libtorrent_std_cons) == "yes" && $(_qbittorrent_std_cons) == "yes" ]]; then
if [[ "${os_version_codename}" =~ ^(alpine|bookworm|jammy|noble)$ ]]; then
qbt_standard="23" qbt_cxx_standard="c++${qbt_standard}"
elif [[ "${os_version_codename}" =~ ^(bullseye|focal)$ ]]; then
qbt_standard="2a" qbt_cxx_standard="c++${qbt_standard}"
qbt_standard="20" qbt_cxx_standard="c++${qbt_standard}"
fi
fi
}
Expand Down

0 comments on commit 2cd9f36

Please sign in to comment.