1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 12:25:09 +03:00

gitlab-ci: Revert accidental change to setup_mingw.sh

Commit 3aaaf5ca shouldn't have changed this line. We need these
libraries for a full libxml2 build.
This commit is contained in:
Nick Wellnhofer 2022-12-21 22:20:43 +01:00
parent c74e590395
commit 4c763dd092

View File

@ -6,7 +6,7 @@ prefix=
if [ -n "$MINGW_PACKAGE_PREFIX" ]; then if [ -n "$MINGW_PACKAGE_PREFIX" ]; then
prefix="${MINGW_PACKAGE_PREFIX}-" prefix="${MINGW_PACKAGE_PREFIX}-"
fi fi
for module in libiconv python "$@"; do for module in libiconv python xz zlib "$@"; do
pacman --noconfirm -S --needed ${prefix}$module pacman --noconfirm -S --needed ${prefix}$module
done done