We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713fe83 commit 2f09520Copy full SHA for 2f09520
qbittorrent-nox-static.sh
@@ -2413,6 +2413,7 @@ _zlib() {
2413
-D CMAKE_PREFIX_PATH="${qbt_install_dir}" \
2414
-D BUILD_SHARED_LIBS=OFF \
2415
-D ZLIB_COMPAT=ON \
2416
+ -D WITH_GTEST=OFF \
2417
-D CMAKE_INSTALL_PREFIX="${qbt_install_dir}" |& _tee -a "${qbt_install_dir}/logs/${app_name}.log"
2418
cmake --build build |& _tee -a "${qbt_install_dir}/logs/${app_name}.log"
2419
_post_command build
0 commit comments