mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-03-11 18:50:33 +01:00
ci-build: Use a mirror of mingw binaries, not msys2 binaries
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
214fbc6dbf
commit
ed38caa71d
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue