Only build JACK on linux
This commit is contained in:
parent
7d9575c49c
commit
55e257bd1b
|
@ -19,7 +19,11 @@ BUILD_CXX_FLAGS += -I. -I../../dpf/distrho -I../../dpf/dgl
|
|||
# --------------------------------------------------------------
|
||||
# Enable all possible plugin types
|
||||
|
||||
ifeq ($(LINUX),true)
|
||||
all: jack dssi lv2 vst
|
||||
else
|
||||
all: dssi lv2 vst
|
||||
endif
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# Set plugin binary file targets
|
||||
|
|
Loading…
Reference in New Issue