Tweak build in preparation for surge update

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-02-12 17:24:45 +01:00
parent f7a919f206
commit 10545938d8
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
3 changed files with 5 additions and 3 deletions

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

2
carla

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

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 \