DPF

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

commit a97a009abd44c2d93de70736a7e28298fdcbd8e2
parent d710959d072382839b39eec5a8a322b1872bf231
Author: falkTX <falktx@falktx.com>
Date:   Sun, 27 Dec 2020 21:01:49 +0000

Fix last commit

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

diff --git a/Makefile b/Makefile @@ -12,7 +12,7 @@ all: dgl examples gen ifneq ($(CROSS_COMPILING),true) CAN_GENERATE_TTL = true -else ifeq ($(EXE_WRAPPER),) +else ifneq ($(EXE_WRAPPER),) CAN_GENERATE_TTL = true endif @@ -41,7 +41,7 @@ ifneq ($(MACOS_OR_WINDOWS),true) install -m 755 examples/ExternalUI/ExternalLauncher.sh bin/d_extui.lv2/d_extui.sh endif -ifneq ($(CAN_GENERATE_TTL),true) +ifeq ($(CAN_GENERATE_TTL),true) gen: examples utils/lv2_ttl_generator @$(CURDIR)/utils/generate-ttl.sh ifeq ($(MACOS),true)