Skip to content

Commit

Permalink
[rubberband] Disable static builds on windows because of broken libsn…
Browse files Browse the repository at this point in the history
…dfile dependency
  • Loading branch information
daschuer committed Jun 27, 2022
1 parent 456bf85 commit a9e11ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/rubberband/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A high quality software library for audio time-stretching and pitch-shifting.",
"homepage": "https://www.breakfastquay.com/rubberband/",
"license": "GPL-2.0-or-later",
"supports": "!uwp",
"supports": "!uwp & !(windows & static)",
"dependencies": [
"fftw3",
"libsamplerate",
Expand Down
2 changes: 1 addition & 1 deletion versions/r-/rubberband.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "36fb0f4ef0a3e3bdd46f1026dbf1de875eef2d97",
"git-tree": "75aeab834246d0e2ba7de5f07901e5d7131397f7",
"version": "2.0.2",
"port-version": 0
}
Expand Down

0 comments on commit a9e11ec

Please sign in to comment.