From e592ea2aaec66630961a7537fb27e41a00d99670 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 21 May 2023 15:09:22 +0200 Subject: [PATCH] Use a single standalone variant, fix macOS plugin resources Signed-off-by: falkTX --- dpf | 2 +- plugins/Common/Makefile.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dpf b/dpf index b4460be..eba5849 160000 --- a/dpf +++ b/dpf @@ -1 +1 @@ -Subproject commit b4460beb094502c868dda5991e356623b13ce658 +Subproject commit eba584917cb566cbbdf626cc8736c3d13b65a2e9 diff --git a/plugins/Common/Makefile.mk b/plugins/Common/Makefile.mk index 88eaf88..b047caa 100644 --- a/plugins/Common/Makefile.mk +++ b/plugins/Common/Makefile.mk @@ -120,7 +120,7 @@ endif else TARGETS_BASE = lv2 vst2 clap -TARGETS_EXTRA = jack carlabins +TARGETS_EXTRA = carlabins # VST3 does not do MIDI filter plugins, by design ifneq ($(NAME),Ildaeil-MIDI)