From e0ff27ebb434e8add09adacadf16385ce8170e6c Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 12 Feb 2023 19:33:32 +0100 Subject: [PATCH] Make surgext build flags match the cmake side Signed-off-by: falkTX --- plugins/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins/Makefile b/plugins/Makefile index e772a92..c548609 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -1064,7 +1064,11 @@ SURGEXT_FLAGS += \ -Isurgext/surge/libs/tuning-library/include \ -I../deps/surge-build/libs/sst/sst-plugininfra/libs/filesystem/include \ -include limits \ - -DSURGE_COMPILE_BLOCK_SIZE=8 + -DSURGE_COMPILE_BLOCK_SIZE=8 \ + -DSURGE_SKIP_ODDSOUND_MTS \ + -DHAS_LUA=0 \ + -DHAS_JUCE=0 \ + -DSKIP_JUCE=1 ifneq ($(DEBUG),true) SURGEXT_FLAGS += -DRELEASE=1