Skip to content

Commit

Permalink
Build: Fix libpxbackend dependency mismatch
Browse files Browse the repository at this point in the history
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
  • Loading branch information
PiyushXCoder authored and trflynn89 committed Nov 29, 2024
1 parent a90b702 commit ec42570
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"apng"
]
},
"libproxy",
{
"name": "libavif",
"features": [
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit ec42570

Please sign in to comment.