Browse Source

Fix a typo, update carla

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.1
falkTX 2 years ago
parent
commit
90e6e53398
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      carla
  2. +1
    -1
      plugins/Common/Makefile.mk

+ 1
- 1
carla

@@ -1 +1 @@
Subproject commit 06d6981732236c6bfcb5fcf324277407d6dd194e
Subproject commit c4846a56c05b68da8156f8d7da9d7e4174182140

+ 1
- 1
plugins/Common/Makefile.mk View File

@@ -59,7 +59,7 @@ EXTRA_LIBS = $(CARLA_EXTRA_LIBS) $(STATIC_CARLA_PLUGIN_LIBS)
USE_VST2_BUNDLE = true
include ../../dpf/Makefile.plugins.mk

ifeq ($(WASM),true)
ifneq ($(WASM),true)
BUILD_CXX_FLAGS += -pthread
endif



Loading…
Cancel
Save