Meta: Explicitly enable zstd feature for tiff in vcpkg

Without this, the library was pulling system libzstd implicitly.
This commit is contained in:
Andrew Kaster 2025-04-01 10:04:51 -06:00
parent 160b9309f2
commit 4689474676

View file

@ -118,6 +118,12 @@
"name": "vulkan",
"platform": "!android"
},
{
"name": "tiff",
"features": [
"zstd"
]
},
{
"name": "vulkan-headers",
"platform": "!android"