Skip to content

Commit

Permalink
A few tweaks for native audio/midi, WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
falkTX committed Jul 22, 2022
1 parent ba342d2 commit 8d9cd6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Makefile.cardinal.mk
Original file line number Diff line number Diff line change
Expand Up @@ -297,12 +297,12 @@ BUILD_CXX_FLAGS += -DCARDINAL_PLUGIN_PREFIX='"$(PREFIX)"'

ifeq ($(CARDINAL_VARIANT),main)
ifneq ($(STATIC_BUILD),true)
all: jack lv2 vst3 static
all: jack lv2 vst3
else
all: lv2 vst3
endif # STATIC_BUILD
else
all: lv2 vst2 vst3
all: lv2 vst2 vst3 static
endif

CORE_RESOURCES = patches
Expand Down

0 comments on commit 8d9cd6b

Please sign in to comment.