Experiments with static builds

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-01-12 15:39:09 +00:00
parent bd05259d31
commit 5e5a53ab2b
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
5 changed files with 34 additions and 9 deletions

View file

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