There was an error while loading. Please reload this page.
1 parent 789ec96 commit a314e9eCopy full SHA for a314e9e
2 files changed
.github/workflows/build.yml
@@ -158,7 +158,7 @@ jobs:
158
run: |
159
make features
160
make NOOPT=true -j $(sysctl -n hw.logicalcpu)
161
- ./utils/package-osx-bundles.sh
+ ./dpf/utils/package-osx-bundles.sh
162
- name: Set sha8
163
id: slug
164
run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)"
plugins/MVerb/Makefile
@@ -29,7 +29,7 @@ include ../../dpf/Makefile.plugins.mk
29
30
TARGETS += jack
31
TARGETS += ladspa
32
-TARGETS += vst
+TARGETS += vst2
33
34
ifeq ($(HAVE_DGL),true)
35
ifeq ($(HAVE_LIBLO),true)
0 commit comments