mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-11 16:49:02 +08:00
aa0ffba768
* update everything. Let ci test if just updating is enough * fix some minor version details. * remove upstream patch * add zstdd patch and do not remove zlib since it is required for bootstrapping * add mqtt hash * webengine hash * add fixup pkgconfig to assimp * add assimp to qt-3d (still requires zlib fix) * setup pkg-config for qt * fix psql detection in configure * fix build details * fix assimp library nameing * -rpath option is not available for static builds * move config log somewhere where CI can catch it. * move logs only if they exists * append bzip2 qt-3d * break qt3d again to get logs * retry qt3d * remove qt-3d failure. everything ok now * add assistent patch for qt5-tools not building qthelp * remove unnecessary qt5-webengine patches * Remove PSQL_TYPES * [qt5-3d] remove irrxml as a assimp dep * remove unnecessary patch * fix qt-3d on windows * fix qt5-3d linux Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
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": {
|