| 12345678910111213141516 |
- 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": {
|