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 committed by Andrew Kaster
parent 6c0f97dcf2
commit 8e0786641f
Notes: github-actions[bot] 2025-04-02 16:51:26 +00:00

View file

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