From 9221da22e882dfd48940889f521efeaddc9727a0 Mon Sep 17 00:00:00 2001 From: CV funk Date: Wed, 6 Mar 2024 20:19:55 +0100 Subject: [PATCH] Update Makefile Fixed module name reference to CVfunk instead of cf. --- plugins/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Makefile b/plugins/Makefile index e733b5b..582d77b 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -2211,7 +2211,7 @@ $(BUILD_DIR)/CVfunk/src/%.cpp.o: CVfunk/src/%.cpp -@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)" @echo "Compiling $<" $(SILENT)$(CXX) $< $(BUILD_CXX_FLAGS) -c -o $@ \ - $(foreach m,$(CF_CUSTOM),$(call custom_module_names,$(m),cf)) \ + $(foreach m,$(CVFUNK_CUSTOM),$(call custom_module_names,$(m),CVfunk)) \ -DpluginInstance=pluginInstance__CVfunk $(BUILD_DIR)/ChowDSP/%.cpp.o: ChowDSP/%.cpp