Skip to content

Commit

Permalink
vcpkg: Do not build lilv on Windows
Browse files Browse the repository at this point in the history
LV2 is currently unsupported on Windows using vcpkg because suil is
missing. Eventually, we'll add support, but for now, don't build lilv
due to compiler errors.

Signed-off-by: Avery King <[email protected]>
  • Loading branch information
Avery King committed Dec 23, 2024
1 parent 02c7c14 commit ffc3787
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"supports": "!uwp",
"dependencies": [
"libsndfile",
"lilv",
{
"name": "lilv",
"platform": "!windows"
},
"libid3tag",
"libmad",
"libzip",
Expand Down

0 comments on commit ffc3787

Please sign in to comment.