DPF

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

commit bbd99943b5e884132dd7542cab6fef5cc3033057
parent 220ccd3c813a10d886ca1ce74bd0afc05595db67
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