Skip to content

Commit 05476ec

Browse files
authored
[vst3sdk] Fix typo (microsoft#44395)
1 parent da2f73a commit 05476ec

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

ports/vst3sdk/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ endif()
113113
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.txt")
114114

115115

116-
if (VCPKG_TARGET_IS_APPLE AND NOT "audiounit-wrapper" IN_LIST FEATURES)
116+
if (VCPKG_TARGET_IS_OSX AND NOT "audiounit-wrapper" IN_LIST FEATURES)
117117
file(REMOVE_RECURSE
118118
"${CURRENT_PACKAGES_DIR}/include/vst3sdk/public.sdk/source/vst/aaxwrapper/resource"
119119
"${CURRENT_PACKAGES_DIR}/include/vst3sdk/public.sdk/source/vst/auv3wrapper/AUv3WrappermacOS"

ports/vst3sdk/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vst3sdk",
33
"version-string": "v3.7.12_build_20",
4-
"port-version": 1,
4+
"port-version": 2,
55
"description": "Virtual Studio Technology (VST) is an audio plug-in software interface that facilitates the integration of software synthesizers and effects in digital audio workstations (DAW)",
66
"homepage": "https://steinbergmedia.github.io/vst3_dev_portal/pages/Technical+Documentation/API+Documentation/Index.html",
77
"license": "GPL-3.0-only",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9738,7 +9738,7 @@
97389738
},
97399739
"vst3sdk": {
97409740
"baseline": "v3.7.12_build_20",
9741-
"port-version": 1
9741+
"port-version": 2
97429742
},
97439743
"vtk": {
97449744
"baseline": "9.3.0-pv5.12.1",

versions/v-/vst3sdk.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "e732ad5b0e74d9ee7355e7f39d29acfef0f05d47",
5+
"version-string": "v3.7.12_build_20",
6+
"port-version": 2
7+
},
38
{
49
"git-tree": "01aa7c26b4ab1514227506132f570b7c675477e1",
510
"version-string": "v3.7.12_build_20",

0 commit comments

Comments
 (0)