Always use verbose carla linkage
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
3f024a0d61
commit
59e3d5a6d4
3 changed files with 2 additions and 7 deletions
2
carla
2
carla
|
|
@ -1 +1 @@
|
||||||
Subproject commit 56468b473205185bf120619c23b3d594513f4b7b
|
Subproject commit 04d3e126b48aef0689e97816efb3b817319cc388
|
||||||
2
dpf
2
dpf
|
|
@ -1 +1 @@
|
||||||
Subproject commit 784309eba858176d006182566bed4bc91eb7a069
|
Subproject commit 5b7670584d16e76a27cf0d6575b8bf9921de2714
|
||||||
|
|
@ -27,10 +27,6 @@ ifneq ($(STATIC_BUILD),true)
|
||||||
STATIC_PLUGIN_TARGET = true
|
STATIC_PLUGIN_TARGET = true
|
||||||
include ../../carla/source/Makefile.deps.mk
|
include ../../carla/source/Makefile.deps.mk
|
||||||
|
|
||||||
ifneq ($(WINDOWS),true)
|
|
||||||
CARLA_EXTRA_LIBS = ../../carla/bin/libcarla_host-plugin.a
|
|
||||||
else
|
|
||||||
# workaround mingw linker bug
|
|
||||||
CARLA_BUILD_DIR = ../../carla/build
|
CARLA_BUILD_DIR = ../../carla/build
|
||||||
ifeq ($(DEBUG),true)
|
ifeq ($(DEBUG),true)
|
||||||
CARLA_BUILD_TYPE = Debug
|
CARLA_BUILD_TYPE = Debug
|
||||||
|
|
@ -49,7 +45,6 @@ CARLA_EXTRA_LIBS += $(CARLA_BUILD_DIR)/modules/$(CARLA_BUILD_TYPE)/sfzero.a
|
||||||
CARLA_EXTRA_LIBS += $(CARLA_BUILD_DIR)/modules/$(CARLA_BUILD_TYPE)/water.a
|
CARLA_EXTRA_LIBS += $(CARLA_BUILD_DIR)/modules/$(CARLA_BUILD_TYPE)/water.a
|
||||||
CARLA_EXTRA_LIBS += $(CARLA_BUILD_DIR)/modules/$(CARLA_BUILD_TYPE)/ysfx.a
|
CARLA_EXTRA_LIBS += $(CARLA_BUILD_DIR)/modules/$(CARLA_BUILD_TYPE)/ysfx.a
|
||||||
CARLA_EXTRA_LIBS += $(CARLA_BUILD_DIR)/modules/$(CARLA_BUILD_TYPE)/zita-resampler.a
|
CARLA_EXTRA_LIBS += $(CARLA_BUILD_DIR)/modules/$(CARLA_BUILD_TYPE)/zita-resampler.a
|
||||||
endif
|
|
||||||
|
|
||||||
endif # STATIC_BUILD
|
endif # STATIC_BUILD
|
||||||
endif # CARDINAL_VARIANT mini
|
endif # CARDINAL_VARIANT mini
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue