Fix debug build and lv2 gen
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
9725d6859e
commit
e5fb0e1986
2 changed files with 14 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -52,11 +52,11 @@ dgl:
|
|||
plugins: deps
|
||||
$(MAKE) all -C plugins
|
||||
|
||||
resources: cardinal gen
|
||||
resources: cardinal
|
||||
$(MAKE) resources -C plugins
|
||||
|
||||
ifneq ($(CROSS_COMPILING),true)
|
||||
gen: cardinal dpf/utils/lv2_ttl_generator
|
||||
gen: cardinal resources dpf/utils/lv2_ttl_generator
|
||||
@$(CURDIR)/dpf/utils/generate-ttl.sh
|
||||
ifeq ($(MACOS),true)
|
||||
@$(CURDIR)/dpf/utils/generate-vst-bundles.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue