Rebuild/update cache, update carla, dpf and pawpaw to latest
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
acfba5687e
commit
ed25450306
5 changed files with 34 additions and 19 deletions
22
Makefile
22
Makefile
|
|
@ -210,6 +210,28 @@ ifneq ($(STATIC_BUILD),true)
|
|||
USING_CUSTOM_DPF=true
|
||||
endif
|
||||
|
||||
carla-win32:
|
||||
ifneq ($(STATIC_BUILD),true)
|
||||
$(MAKE) all -C carla $(CARLA_EXTRA_ARGS) \
|
||||
CAN_GENERATE_LV2_TTL=false \
|
||||
CUSTOM_DPF_PATH=$(CURDIR)/dpf \
|
||||
HAVE_PYQT=true \
|
||||
HAVE_QT5=true \
|
||||
HAVE_QT5PKG=true \
|
||||
STATIC_PLUGIN_TARGET=true \
|
||||
USING_CUSTOM_DPF=true
|
||||
ifeq ($(CPU_X86_64),true)
|
||||
$(MAKE) win32r -C carla $(CARLA_EXTRA_ARGS) \
|
||||
CAN_GENERATE_LV2_TTL=false \
|
||||
CUSTOM_DPF_PATH=$(CURDIR)/dpf \
|
||||
HAVE_PYQT=true \
|
||||
HAVE_QT5=true \
|
||||
HAVE_QT5PKG=true \
|
||||
STATIC_PLUGIN_TARGET=true \
|
||||
USING_CUSTOM_DPF=true
|
||||
endif
|
||||
endif
|
||||
|
||||
deps:
|
||||
ifeq ($(SYSDEPS),true)
|
||||
$(MAKE) quickjs -C deps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue