Experiments with static builds
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
bd05259d31
commit
5e5a53ab2b
5 changed files with 34 additions and 9 deletions
2
Makefile
2
Makefile
|
@ -91,9 +91,11 @@ cardinal: carla deps dgl plugins
|
|||
$(MAKE) all -C src $(CARLA_EXTRA_ARGS)
|
||||
|
||||
carla:
|
||||
ifneq ($(STATIC_BUILD),true)
|
||||
$(MAKE) static-plugin -C carla $(CARLA_EXTRA_ARGS) \
|
||||
CAN_GENERATE_LV2_TTL=false \
|
||||
STATIC_PLUGIN_TARGET=true
|
||||
endif
|
||||
|
||||
deps:
|
||||
ifeq ($(SYSDEPS),true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue