From 3e9da0b4024da85a3494994e1e3021ecef10f86b Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 19 Feb 2023 15:33:14 +0100 Subject: [PATCH] Make surge use included simde Signed-off-by: falkTX --- deps/Makefile | 1 + plugins/surgext | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/deps/Makefile b/deps/Makefile index 4bb6604..74f2981 100644 --- a/deps/Makefile +++ b/deps/Makefile @@ -374,6 +374,7 @@ $(SURGE_DEP_PATH)/Makefile: $(SURGE_SRC_PATH)/CMakeLists.txt -DSURGE_SKIP_LUA=TRUE \ -DSURGE_SKIP_ODDSOUND_MTS=TRUE \ -DSURGE_JUCE_PATH=$(abspath ../carla/source) \ + -DSURGE_SIMDE_PATH=$(abspath ../include/simde) \ $(SURGE_SRC_PATH) # -------------------------------------------------------------- diff --git a/plugins/surgext b/plugins/surgext index 8067c8a..6e4d864 160000 --- a/plugins/surgext +++ b/plugins/surgext @@ -1 +1 @@ -Subproject commit 8067c8aaac6af47c52aa3492a91d84e556bf08af +Subproject commit 6e4d86421f9405a4d9d669b1e75b8adf85ce4865