Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
14 lines
617 B
Diff
14 lines
617 B
Diff
diff --git a/compressed_archive/unarr/unarr-wrapper.pri b/compressed_archive/unarr/unarr-wrapper.pri
|
|
index 0115267..5d3d6f5 100644
|
|
--- a/compressed_archive/unarr/unarr-wrapper.pri
|
|
+++ b/compressed_archive/unarr/unarr-wrapper.pri
|
|
@@ -6,7 +6,7 @@ HEADERS += $$PWD/extract_delegate.h \
|
|
|
|
SOURCES += $$PWD/compressed_archive.cpp
|
|
|
|
-if(mingw|unix):!macx:!contains(QT_CONFIG, no-pkg-config):packagesExist(libunarr) {
|
|
+if(mingw|unix):!contains(QT_CONFIG, no-pkg-config):packagesExist(libunarr) {
|
|
message(Using system provided unarr installation found by pkg-config.)
|
|
CONFIG += link_pkgconfig
|
|
PKGCONFIG += libunarr
|