Build: Fix libpxbackend dependency mismatch

libpxbackend was not being installed from vcpkg which lead to use of
libpxbackend on the system causing library mismatch in rolling
distros(ie arch linux)

a
This commit is contained in:
PiyushXCoder 2024-11-28 08:59:14 +05:30 committed by Tim Flynn
parent a90b7026fb
commit ec425702a4

View File

@ -57,6 +57,7 @@
"apng"
]
},
"libproxy",
{
"name": "libavif",
"features": [
@ -145,6 +146,10 @@
"name": "libpng",
"version": "1.6.43#3"
},
{
"name": "libproxy",
"version": "0.4.18#3"
},
{
"name": "libavif",
"version": "1.0.4#1"