As per this thread:
To install the VST2 and VST3 SDKs, lines 25-30 of vstplugin.sh should instead be:
cd ./vstplugin
# Get VST2
./.git-ci/get_vst2.sh
# Get VST3
./.git-ci/get_vst3.sh
cd ..
Also:
Line 33 in vstplugin.sh seems to be missing -DCMAKE_OSX_ARCHITECTURES="$OSX_ARCH"
As per this thread:
To install the VST2 and VST3 SDKs, lines 25-30 of vstplugin.sh should instead be:
Also:
Line 33 in vstplugin.sh seems to be missing
-DCMAKE_OSX_ARCHITECTURES="$OSX_ARCH"