Browse Source

Fix last commit

pull/249/head
falkTX 2 years ago
parent
commit
a97a009abd
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Makefile

+ 2
- 2
Makefile View File

@@ -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)


Loading…
Cancel
Save