From e42d689cd3be75147aed07f0f13f2cba961f5d1d Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 25 Feb 2022 23:58:09 +0000 Subject: [PATCH] Fix windows build again Signed-off-by: falkTX --- plugins/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/Makefile b/plugins/Makefile index 0b22a39..25f1358 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -1295,7 +1295,8 @@ $(BUILD_DIR)/Dintree/%.cpp.o: Dintree/%.cpp @echo "Compiling $<" $(SILENT)$(CXX) $< $(BUILD_CXX_FLAGS) -c -o $@ \ $(foreach m,$(DINTREE_CUSTOM),$(call custom_module_names,$(m),Dintree)) \ - -DpluginInstance=pluginInstance__Dintree + -DpluginInstance=pluginInstance__Dintree \ + -DSKIP_MINGW_FORMAT $(BUILD_DIR)/DrumKit/%.cpp.o: DrumKit/%.cpp -@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"