mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
Meta: Explicitly enable zstd feature for tiff in vcpkg
Without this, the library was pulling system libzstd implicitly.
This commit is contained in:
parent
6c0f97dcf2
commit
8e0786641f
|
|
@ -118,6 +118,12 @@
|
|||
"name": "vulkan",
|
||||
"platform": "!android"
|
||||
},
|
||||
{
|
||||
"name": "tiff",
|
||||
"features": [
|
||||
"zstd"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "vulkan-headers",
|
||||
"platform": "!android"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user