From adccf5088d9f66bd0fdfba68956b329f7cc599a2 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Wed, 23 Jun 2021 22:22:22 +0200 Subject: [PATCH] Use a fork of VST public.sdk --- .github/workflows/build.yml | 26 ------------------- .gitmodules | 2 +- .../vst/external/VST_SDK/VST3_SDK/public.sdk | 2 +- 3 files changed, 2 insertions(+), 28 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 31414eb9..8341c390 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -251,19 +251,6 @@ jobs: run: | cp -vf "$GITHUB_WORKSPACE"/scripts/mingw_dwrite_3.h \ /usr/i686-w64-mingw32/include/dwrite_3.h - - name: Fix VST sources (case) - shell: bash - # need to convert some includes to lower case (as of VST 3.7.1) - run: | - find "$GITHUB_WORKSPACE"/plugins/vst/external/VST_SDK -type d -name source -exec \ - find {} -type f -name '*.[hc]' -o -name '*.[hc]pp' -print0 \; | \ - xargs -0 sed -i 's///' - - name: Fix VST sources (includes) - shell: bash - # need to add include (as of VST 3.7.2) - run: | - sed -i '0,/#include \n#include //' - - name: Fix VST sources (includes) - shell: bash - # need to add include (as of VST 3.7.2) - run: | - sed -i '0,/#include \n#include