zstdd.patch 451 B

12345678910111213141516
  1. diff --git a/configure.json b/configure.json
  2. index 50d69b740..7149e6803 100644
  3. --- a/configure.json
  4. +++ b/configure.json
  5. @@ -182,7 +182,10 @@
  6. },
  7. "sources": [
  8. { "type": "pkgConfig", "args": "libzstd >= 1.3" },
  9. - "-lzstd"
  10. + "-lzstd",
  11. + "-lzstdd",
  12. + "-lzstd -pthread",
  13. + "-lzstdd -pthread"
  14. ]
  15. },
  16. "dbus": {