From f9427999a05048ec6948308b48b8ea66472e985c Mon Sep 17 00:00:00 2001 From: rl2939 <60378449+rl2939@users.noreply.github.com> Date: Mon, 16 Feb 2026 05:19:02 -0500 Subject: [PATCH] Fix more "C++ One Definition Error"'s --- plugins/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Makefile b/plugins/Makefile index 711845f..ef099cd 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -2875,6 +2875,7 @@ $(BUILD_DIR)/ZZC/%.cpp.o: ZZC/%.cpp @echo "Compiling $<" $(SILENT)$(CXX) $< $(BUILD_CXX_FLAGS) -c -o $@ \ $(foreach m,$(ZZC_CUSTOM),$(call custom_module_names,$(m),ZZC)) \ + $(foreach m,$(ZZC_CUSTOM_PER_FILE),$(call custom_per_file_names,$(m),ZZC_$(shell basename -- $*))) \ -DpluginInstance=pluginInstance__ZZC # --------------------------------------------------------------