Browse Source

Tweak build in preparation for surge update

Signed-off-by: falkTX <falktx@falktx.com>
tags/23.02
falkTX 2 years ago
parent
commit
10545938d8
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
3 changed files with 5 additions and 3 deletions
  1. +1
    -1
      Makefile
  2. +1
    -1
      carla
  3. +3
    -1
      plugins/Makefile

+ 1
- 1
Makefile View File

@@ -261,7 +261,7 @@ clean:
$(MAKE) clean -C dpf/utils/lv2-ttl-generator
$(MAKE) clean -C plugins
$(MAKE) clean -C src
rm -rf bin build
rm -rf bin build build-headless

# --------------------------------------------------------------
# Install step


+ 1
- 1
carla

@@ -1 +1 @@
Subproject commit 515af8ac30ac64deed8ae2fb89038266f0845da9
Subproject commit 4c29367b6e6f82e75746b9ee3a01f9d205c0beae

+ 3
- 1
plugins/Makefile View File

@@ -1041,7 +1041,9 @@ SURGEXT_FLAGS = $(filter-out -fsingle-precision-constant,$(filter-out -std=gnu+
SURGEXT_FLAGS += $(NOFINITE_FLAGS)
SURGEXT_FLAGS += -std=gnu++17
SURGEXT_FLAGS += -DTIXML_USE_STL=1
SURGEXT_FLAGS += -Isurgext/surge/src/common \
SURGEXT_FLAGS += \
-Isurgext/libs/sst/sst-basic-blocks/include \
-Isurgext/surge/src/common \
-Isurgext/surge/src/common/dsp \
-Isurgext/surge/src/common/dsp/filters \
-Isurgext/surge/src/common/dsp/vembertech \


Loading…
Cancel
Save