Skip to content

Commit a314e9e

Browse files
committed
Fix XI
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 789ec96 commit a314e9e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)"

plugins/MVerb/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ include ../../dpf/Makefile.plugins.mk
2929

3030
TARGETS += jack
3131
TARGETS += ladspa
32-
TARGETS += vst
32+
TARGETS += vst2
3333

3434
ifeq ($(HAVE_DGL),true)
3535
ifeq ($(HAVE_LIBLO),true)

0 commit comments

Comments
 (0)