Browse Source

Fix more "C++ One Definition Error"'s

pull/906/head
rl2939 3 weeks ago
parent
commit
f9427999a0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      plugins/Makefile

+ 1
- 0
plugins/Makefile View File

@@ -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

# --------------------------------------------------------------


Loading…
Cancel
Save