vcpkg/ports/qt5-base/patches/zstdd.patch

17 lines
451 B
Diff
Raw Normal View History

diff --git a/configure.json b/configure.json
index 50d69b740..7149e6803 100644
--- a/configure.json
+++ b/configure.json
@@ -182,7 +182,10 @@
},
"sources": [
{ "type": "pkgConfig", "args": "libzstd >= 1.3" },
- "-lzstd"
+ "-lzstd",
+ "-lzstdd",
+ "-lzstd -pthread",
+ "-lzstdd -pthread"
]
},
"dbus": {