mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 11:49:07 +08:00
15 lines
377 B
Diff
15 lines
377 B
Diff
|
diff --git a/configure.json b/configure.json
|
||
|
index 50d69b740..7149e6803 100644
|
||
|
--- a/configure.json
|
||
|
+++ b/configure.json
|
||
|
@@ -182,7 +182,8 @@
|
||
|
},
|
||
|
"sources": [
|
||
|
{ "type": "pkgConfig", "args": "libzstd >= 1.3" },
|
||
|
- "-lzstd"
|
||
|
+ "-lzstd",
|
||
|
+ "-lzstdd"
|
||
|
]
|
||
|
},
|
||
|
"dbus": {
|