Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
Package libgio and libgmodule for mingw
Browse files Browse the repository at this point in the history
libgio is required since update of Pango in commit 35071fa, and
in turn depends on libgmodule.
  • Loading branch information
hahnjo committed Jul 3, 2021
1 parent 30f2548 commit 7d137ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mingw_package_zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ cp -RL "$LILYPOND_INSTALL"/* "$LILYPOND_DIR"
"$MINGW_STRIP" "$LILYPOND_DIR/bin/lilypond.exe"

# Copy required libraries.
for lib in libglib-2.0-0.dll libgobject-2.0-0.dll libintl.dll; do
for lib in libgio-2.0-0.dll libglib-2.0-0.dll libgmodule-2.0-0.dll libgobject-2.0-0.dll libintl.dll; do
cp "$GLIB2_INSTALL/bin/$lib" "$LILYPOND_DIR/bin"
done

Expand Down

0 comments on commit 7d137ff

Please sign in to comment.