Browse Source

Also dont build external-ui for macOS, for now

Signed-off-by: falkTX <falktx@gmail.com>
vstgui
falkTX 6 years ago
parent
commit
aeea76d93f
Signed by: falkTX <falktx@gmail.com> GPG Key ID: 2D3445A829213837
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Makefile

+ 2
- 2
Makefile View File

@@ -23,8 +23,8 @@ examples: dgl
$(MAKE) all -C examples/Parameters $(MAKE) all -C examples/Parameters
$(MAKE) all -C examples/States $(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 $(MAKE) all -C examples/ExternalUI
install -d bin/d_extui-dssi install -d bin/d_extui-dssi
install -d bin/d_extui.lv2 install -d bin/d_extui.lv2


Loading…
Cancel
Save