From c5954db3072cd7380de1d845723f89b6297966ad Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 28 Feb 2022 21:26:50 +0000 Subject: [PATCH] Fix windows build --- plugins/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/Makefile b/plugins/Makefile index 5362e96..a196c61 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -1755,7 +1755,8 @@ $(BUILD_DIR)/voxglitch/%.cpp.o: voxglitch/%.cpp $(SILENT)$(CXX) $< $(BUILD_CXX_FLAGS) -c -o $@ \ $(foreach m,$(VOXGLITCH_CUSTOM),$(call custom_module_names,$(m),Voxglitch)) \ $(foreach m,$(VOXGLITCH_CUSTOM_PER_FILE),$(call custom_per_file_names,$(m),Voxglitch_$(shell basename $*))) \ - -DpluginInstance=pluginInstance__Voxglitch + -DpluginInstance=pluginInstance__Voxglitch \ + -DSKIP_MINGW_FORMAT $(BUILD_DIR)/ZetaCarinaeModules/%.cpp.o: ZetaCarinaeModules/%.cpp -@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"