Browse Source

Use a single standalone variant, fix macOS plugin resources

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.3
falkTX 1 year ago
parent
commit
e592ea2aae
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      dpf
  2. +1
    -1
      plugins/Common/Makefile.mk

+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit b4460beb094502c868dda5991e356623b13ce658
Subproject commit eba584917cb566cbbdf626cc8736c3d13b65a2e9

+ 1
- 1
plugins/Common/Makefile.mk View File

@@ -120,7 +120,7 @@ endif
else else


TARGETS_BASE = lv2 vst2 clap TARGETS_BASE = lv2 vst2 clap
TARGETS_EXTRA = jack carlabins
TARGETS_EXTRA = carlabins


# VST3 does not do MIDI filter plugins, by design # VST3 does not do MIDI filter plugins, by design
ifneq ($(NAME),Ildaeil-MIDI) ifneq ($(NAME),Ildaeil-MIDI)


Loading…
Cancel
Save