Add CLAP synth variant, WIP

This commit is contained in:
falkTX 2022-09-09 11:58:46 +01:00
parent fad92579b9
commit ba760be01d
4 changed files with 20 additions and 15 deletions

View file

@ -360,12 +360,7 @@ endif
else ifeq ($(CARDINAL_VARIANT),native)
TARGETS = jack
else
TARGETS = lv2 vst2 vst3 static
endif
# TESTING
ifeq ($(CARDINAL_VARIANT),fx)
TARGETS += clap
TARGETS = lv2 vst2 vst3 clap static
endif
all: $(TARGETS)