diff --git a/ports/vst3sdk/vcpkg.json b/ports/vst3sdk/vcpkg.json index 3d18c03aad1796..a5c36be1f19f14 100644 --- a/ports/vst3sdk/vcpkg.json +++ b/ports/vst3sdk/vcpkg.json @@ -4,7 +4,7 @@ "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)", "homepage": "https://steinbergmedia.github.io/vst3_dev_portal/pages/Technical+Documentation/API+Documentation/Index.html", "license": "GPL-3.0-only", - "supports": "!android & !uwp & !(arm64 & windows) & !osx", + "supports": "!android & !uwp & !(arm64 & windows)", "dependencies": [ { "name": "vcpkg-cmake", diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index 59fbc141deb3fc..0ee4920f0bb3f8 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -1165,6 +1165,9 @@ v8:x86-windows=fail vowpal-wabbit:arm-neon-android=fail vowpal-wabbit:arm64-android=fail vowpal-wabbit:x64-android=fail +# vst3sdk CMake files work only with the GUI version of Xcode +vst3sdk:arm-osx=fail +vst3sdk:x64-osx=fail vtk-m:arm-neon-android=fail vtk-m:arm64-android=fail vtk-m:x64-android=fail diff --git a/versions/v-/vst3sdk.json b/versions/v-/vst3sdk.json index ca508c3dfd2d86..d4d4b5bcb4b5ed 100644 --- a/versions/v-/vst3sdk.json +++ b/versions/v-/vst3sdk.json @@ -1,7 +1,7 @@ { "versions": [ { - "git-tree": "8eb78d0e00a30feb495416ae5f4022fb0f3f9225", + "git-tree": "b0dd3c9776f07c517858092509aefc769dc791ea", "version-string": "v3.7.12_build_20", "port-version": 0 },