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
|
|
@ -27,10 +27,6 @@ ifneq ($(STATIC_BUILD),true)
|
|||
STATIC_PLUGIN_TARGET = true
|
||||
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
|
||||
ifeq ($(DEBUG),true)
|
||||
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)/ysfx.a
|
||||
CARLA_EXTRA_LIBS += $(CARLA_BUILD_DIR)/modules/$(CARLA_BUILD_TYPE)/zita-resampler.a
|
||||
endif
|
||||
|
||||
endif # STATIC_BUILD
|
||||
endif # CARDINAL_VARIANT mini
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue