summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2017-09-27 18:39:23 +0100
committerSimon McVittie <smcv@collabora.com>2017-09-28 11:38:57 +0100
commit8ef494f90145ebb774e60e2c356858075501f1a2 (patch)
tree78d0b640098b6aeb11a772109c9d32123adbbc95
parentb8ac9ccf93f024265fdced7c8462ea0d18f4dca5 (diff)
downloaddbus-8ef494f90145ebb774e60e2c356858075501f1a2.tar.gz
ci-build: Use a mirror of mingw binaries, not msys2 binaries
Signed-off-by: Simon McVittie <smcv@collabora.com> (cherry picked from commit ed38caa71dd70e3a0b510bc91b81ae272a2d8efb)
-rwxr-xr-xtools/ci-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci-build.sh b/tools/ci-build.sh
index 41e72cf6..1108698a 100755
--- a/tools/ci-build.sh
+++ b/tools/ci-build.sh
@@ -95,7 +95,7 @@ make="make -j${ci_parallel} V=1 VERBOSE=1"
case "$ci_host" in
(mingw)
- mirror=http://repo.msys2.org/msys/i686
+ mirror=http://repo.msys2.org/mingw/i686
mingw="$(pwd)/mingw32"
install -d "${mingw}"
export PKG_CONFIG_LIBDIR="${mingw}/lib/pkgconfig"