Skip to content

Commit

Permalink
Fix 32bits packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
dmerejkowsky committed Mar 1, 2020
1 parent 90e067d commit 36c1a9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build-aux/appveyor-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ set -e
case $MSYSTEM in
MINGW32)
MINGW_ARCH=mingw32
LIBGCC="libgcc_s_dw2-1.dll"
;;
MINGW64)
MINGW_ARCH=mingw64
LIBGCC="libgcc_s_seh-1.dll"
;;
esac

Expand Down Expand Up @@ -35,7 +37,7 @@ copy_dlls() {
dest="$PROJECT_DIR/dist/$MINGW_ARCH/bin/"
mkdir -p $dest
dlls=(
libgcc_s_seh-1.dll
$LIBGCC
libglib-2.0-0.dll
libgmodule-2.0-0.dll
libgobject-2.0-0.dll
Expand Down

0 comments on commit 36c1a9b

Please sign in to comment.