Skip to content

Commit 98c1ed3

Browse files
committed
fix: make cmake the default to prevent error loop when using script
fixes: #171
1 parent 55edb54 commit 98c1ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qbittorrent-nox-static.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ _set_default_values() {
131131
export DEBIAN_FRONTEND="noninteractive" && TZ="Europe/London"
132132

133133
# The default build configuration is qmake + qt5, qbt_build_tool=cmake or -c will make qt6 and cmake default
134-
qbt_build_tool="${qbt_build_tool:-qmake}"
134+
qbt_build_tool="${qbt_build_tool:-cmake}"
135135

136136
# Default to empty to use host native build tools. This way we can build on native arch on a supported OS and skip cross build toolchains
137137
qbt_cross_name="${qbt_cross_name:-default}"

0 commit comments

Comments
 (0)