Browse Source

Only build JACK on linux

pull/5/head
falkTX 11 years ago
parent
commit
55e257bd1b
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      plugins/Makefile.mk

+ 4
- 0
plugins/Makefile.mk 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


Loading…
Cancel
Save