File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ jobs:
158158 run : |
159159 make features
160160 make NOOPT=true -j $(sysctl -n hw.logicalcpu)
161- ./utils/package-osx-bundles.sh
161+ ./dpf/ utils/package-osx-bundles.sh
162162 - name : Set sha8
163163 id : slug
164164 run : echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ include ../../dpf/Makefile.plugins.mk
3030
3131TARGETS += jack
3232TARGETS += ladspa
33- TARGETS += vst
33+ TARGETS += vst2
3434
3535ifeq ($(HAVE_CAIRO_OR_OPENGL ) ,true)
3636ifeq ($(HAVE_LIBLO ) ,true)
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ include ../../dpf/Makefile.plugins.mk
3030
3131TARGETS += jack
3232TARGETS += ladspa
33- TARGETS += vst
33+ TARGETS += vst2
3434
3535ifeq ($(HAVE_CAIRO_OR_OPENGL ) ,true)
3636ifeq ($(HAVE_LIBLO ) ,true)
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ include ../../dpf/Makefile.plugins.mk
3030
3131TARGETS += jack
3232TARGETS += ladspa
33- TARGETS += vst
33+ TARGETS += vst2
3434
3535ifeq ($(HAVE_CAIRO_OR_OPENGL ) ,true)
3636ifeq ($(HAVE_LIBLO ) ,true)
You can’t perform that action at this time.
0 commit comments