Browse Source

Meta: Explicitly enable zstd feature for tiff in vcpkg

Without this, the library was pulling system libzstd implicitly.
Andrew Kaster 1 week ago
parent
commit
8e0786641f
1 changed files with 6 additions and 0 deletions
  1. 6 0
      vcpkg.json

+ 6 - 0
vcpkg.json

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