Tweak build in preparation for surge update
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
f7a919f206
commit
10545938d8
3 changed files with 5 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -261,7 +261,7 @@ clean:
|
||||||
$(MAKE) clean -C dpf/utils/lv2-ttl-generator
|
$(MAKE) clean -C dpf/utils/lv2-ttl-generator
|
||||||
$(MAKE) clean -C plugins
|
$(MAKE) clean -C plugins
|
||||||
$(MAKE) clean -C src
|
$(MAKE) clean -C src
|
||||||
rm -rf bin build
|
rm -rf bin build build-headless
|
||||||
|
|
||||||
# --------------------------------------------------------------
|
# --------------------------------------------------------------
|
||||||
# Install step
|
# Install step
|
||||||
|
|
2
carla
2
carla
|
@ -1 +1 @@
|
||||||
Subproject commit 515af8ac30ac64deed8ae2fb89038266f0845da9
|
Subproject commit 4c29367b6e6f82e75746b9ee3a01f9d205c0beae
|
|
@ -1041,7 +1041,9 @@ SURGEXT_FLAGS = $(filter-out -fsingle-precision-constant,$(filter-out -std=gnu+
|
||||||
SURGEXT_FLAGS += $(NOFINITE_FLAGS)
|
SURGEXT_FLAGS += $(NOFINITE_FLAGS)
|
||||||
SURGEXT_FLAGS += -std=gnu++17
|
SURGEXT_FLAGS += -std=gnu++17
|
||||||
SURGEXT_FLAGS += -DTIXML_USE_STL=1
|
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 \
|
||||||
-Isurgext/surge/src/common/dsp/filters \
|
-Isurgext/surge/src/common/dsp/filters \
|
||||||
-Isurgext/surge/src/common/dsp/vembertech \
|
-Isurgext/surge/src/common/dsp/vembertech \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue