Only build JACK on linux

This commit is contained in:
falkTX 2014-05-16 01:25:11 +01:00
parent 7d9575c49c
commit 55e257bd1b
1 changed files with 4 additions and 0 deletions

View File

@ -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