DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit aeea76d93f9ed2397c9c86e9db72afedfa779f29
parent 051c81c52eb36629aefef889fdc9222370adef73
Author: falkTX <falktx@gmail.com>
Date:   Sun, 30 Dec 2018 19:11:04 +0100

Also dont build external-ui for macOS, for now

Signed-off-by: falkTX <falktx@gmail.com>

Diffstat:
MMakefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -23,8 +23,8 @@ examples: dgl $(MAKE) all -C examples/Parameters $(MAKE) all -C examples/States -ifneq ($(WIN32),true) - # ExternalUI does not work on Windows +ifneq ($(MACOS_OR_WIN32),true) + # ExternalUI is WIP $(MAKE) all -C examples/ExternalUI install -d bin/d_extui-dssi install -d bin/d_extui.lv2