Skip to content

Commit

Permalink
Update msys2-install-dependencies.sh
Browse files Browse the repository at this point in the history
libxml2 is needed for pacboy to work.
without libxml2 , pacboy invokes pacman with unknown option "-a"
  • Loading branch information
gsohler authored Aug 12, 2023
1 parent 2835e35 commit 29add25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/msys2-install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ date "+### %Y-%m-%d %T msys2-install-dependencies started"
pacman --query --explicit

date "+### %Y-%m-%d %T install pactoys (for pacboy)"
pacman --noconfirm --sync --needed pactoys
pacman --noconfirm --sync --needed pactoys libxml2
# pacboy is a pacman wrapper for MSYS2 which handles the package prefixes automatically
# name:p means MINGW_PACKAGE_PREFIX-only
# name: disables any translation for name
Expand Down

0 comments on commit 29add25

Please sign in to comment.