From fa43e4dae304320e224e67066d1cecf5bc345595 Mon Sep 17 00:00:00 2001 From: Ralph Giles <giles@mozilla.com> Date: Thu, 31 Dec 2015 16:10:30 -0800 Subject: [PATCH] mingw: remove 'make check' steps. This requires wine to run the windows executables, which is a pretty heavy dependency. Better to do without for now. --- mingw/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/mingw/Makefile b/mingw/Makefile index a75ab8f..03073ea 100644 --- a/mingw/Makefile +++ b/mingw/Makefile @@ -69,12 +69,10 @@ realclean: clean # NOTE: 'make check' generally requires wine with cross-compiling. ogg_BUILD: $(ogg_DIR) cd $< && ./configure --host=$(TOOL_PREFIX) --prefix=$(CURDIR) - $(MAKE) -C $< check $(MAKE) -C $< install opus_BUILD: $(opus_DIR) cd $< && ./configure --host=$(TOOL_PREFIX) --prefix=$(CURDIR) - $(MAKE) -C $< check $(MAKE) -C $< install ssl_BUILD: $(ssl_DIR) -- GitLab