ref: 96dc7c6cd70451d15d24387eb57d7997ad541198
parent: e17a2bfb35a1d76b9276199537396a64b86b1d00
author: Ralph Giles <giles@mozilla.com>
date: Thu Dec 31 12:44:22 EST 2015
mingw: Build just deps by default, not that static opusfile.
--- a/mingw/Makefile
+++ b/mingw/Makefile
@@ -14,6 +14,8 @@
ssl_URL := https://openssl.org/source/openssl-1.0.1q.tar.gz
ssl_SHA := b3658b84e9ea606a5ded3c972a5517cd785282e7ea86b20c78aa4b773a047fb7
+all: $(DEPS)
+
libopusfile-0.dll: ../unix/Makefile $(DEPS)
CC=$(TOOL_PREFIX)-gcc \
RANLIB=$(TOOL_PREFIX)-ranlib \