aboutsummaryrefslogtreecommitdiff
path: root/versions/baseline.json
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2021-09-08 07:51:30 -0700
committerGitHub <noreply@github.com>2021-09-08 07:51:30 -0700
commit4304bada11ef6077b21f308193ecf3c1f4477f7a (patch)
treeac2a62a2b5be015eba299ae0398431afa2cf97ef /versions/baseline.json
parent5b2ac1fed8943460726163946ed13154ab81c9ea (diff)
downloadvcpkg-4304bada11ef6077b21f308193ecf3c1f4477f7a.tar.gz
vcpkg-4304bada11ef6077b21f308193ecf3c1f4477f7a.zip
[vamp-sdk] fix library filenames to match upstream build systems (#20002)
* [vamp-sdk] fix library filenames to match upstream build systems There were two problems: 1. The port added a `d` suffix for debug builds that upstream did not. This caused `find_library(VampHostSDK_LIBRARY NAMES vamp-sdk)` to fail to find the debug library. 2. The port used the same file name for libraries on every OS but that is not what upstream does. * [vamp-sdk] fix capitalization of Vamp Vamp is not an acronym.
Diffstat (limited to 'versions/baseline.json')
-rw-r--r--versions/baseline.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json
index 4b61fbfe5..5c064cf1d 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -6674,7 +6674,7 @@
},
"vamp-sdk": {
"baseline": "2.10",
- "port-version": 0
+ "port-version": 1
},
"variant-lite": {
"baseline": "1.2.2",