Skip to content

Commit

Permalink
Fixed MSYS2 required packages list and installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
tuffnatty committed Aug 29, 2016
1 parent c293063 commit 249c14d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ fi

if ! pkg-config glib-2.0 || \
! pkg-config gobject-introspection-1.0; then
echo '! Error: Required components missing: glib, gobject-introspection'
echo '! Error: Required components missing: glib2, gobject-introspection'
case "$(uname)" in
*_NT*)
echo '! Install using:'
echo ' pacman -S mingw-w64-{i686,x86_64}-{gtk2,glib,gobject-introspection}'
echo ' pacman -S mingw-w64-{i686,x86_64}-{gtk2,glib2,gobject-introspection}'
;;
esac
exit 1
Expand Down

0 comments on commit 249c14d

Please sign in to comment.