blob: 9d10890c0f752d1912cb888826897139ef679d10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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": {
|