From 10545938d8faf09ad2a0bd5a0eee7f33bd62d629 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 12 Feb 2023 17:24:45 +0100 Subject: [PATCH] Tweak build in preparation for surge update Signed-off-by: falkTX --- Makefile | 2 +- carla | 2 +- plugins/Makefile | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d12c8d0..2df9472 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/carla b/carla index 515af8a..4c29367 160000 --- a/carla +++ b/carla @@ -1 +1 @@ -Subproject commit 515af8ac30ac64deed8ae2fb89038266f0845da9 +Subproject commit 4c29367b6e6f82e75746b9ee3a01f9d205c0beae diff --git a/plugins/Makefile b/plugins/Makefile index bc3c7f4..e772a92 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -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 \