From 9cfc12d2facb9fa9a3e648448f9aed96d4583384 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 13 Feb 2019 17:21:38 +0000 Subject: fix RISCOS cross compiler target to correctly retrieve infozip --- x86_64-w64-mingw32/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x86_64-w64-mingw32') diff --git a/x86_64-w64-mingw32/Makefile b/x86_64-w64-mingw32/Makefile index c81cebd..240411b 100644 --- a/x86_64-w64-mingw32/Makefile +++ b/x86_64-w64-mingw32/Makefile @@ -21,7 +21,7 @@ UPSTREAM_MPFR_URI := http://www.mpfr.org/mpfr-$(UPSTREAM_MPFR_VERSION)/$(UPSTREA UPSTREAM_MPC_VERSION := 0.8.2 UPSTREAM_MPC_TARBALL := mpc-$(UPSTREAM_MPC_VERSION).tar.gz -UPSTREAM_MPC_URI := http://www.multiprecision.org/mpc/download/$(UPSTREAM_MPC_TARBALL) +UPSTREAM_MPC_URI := http://www.multiprecision.org/downloads/$(UPSTREAM_MPC_TARBALL) UPSTREAM_MINGW_VERSION := 3.3.0 UPSTREAM_MINGW_TARBALL := mingw-w64-v$(UPSTREAM_MINGW_VERSION).tar.bz2 @@ -172,4 +172,4 @@ $(SOURCESDIR): mkdir -p $(SOURCESDIR) $(SRCDIR): - mkdir -p $(SRCDIR) \ No newline at end of file + mkdir -p $(SRCDIR) -- cgit v1.2.3